composer @Ta | |
2020-03-02 18:30 |
// 获取当前页面URI
var pathName = window.location.pathname;
// 通过URL中特征字符串判断当前浏览是不是文章页
// 本站文章页URI含'post/''
if (pathName.indexOf('post/') > -1) {
// 计算文章内容字符数
// .article-content为本站文章内容div
var content_num=$(".article-content").text().replace(/\s/g, "").length;
// 计算阅读时间 很简单除以400取值就行了
// 400这个值可任意修改你觉得适合的
var content_min=Math.ceil(content_num/400);
// 追加到文章内容最前显示
$('.article-content').prepend('<p class="putong">本文总共 <b>'+content_num+'</b> 字 · 阅读全文大约需要 <b>'+content_min+'</b> 分钟</p>');
}
阅:1929 | 发表于2020-03-02 18:30 |
心灵鸡汤:
      
®2019-2024 all power by Zlproject3.7
川公网安备 51192202000151号
蜀ICP备2021014921号-2
首页 #top
天合之作 曲在人意