帝国建站笔记 帝国cms统计文章字数和阅读时长? 把下面这个代码放在 e/class/userfun.php 里面 // 阅读时间 function count_words_read_time () { global $post; $text_num = mb_strlen(preg_replace('/\s/','',html_entity_decode(strip_tags($p ...