帝国cms内容页文章字数统计

帝国cms内容页文章字数统计

来源:帝国CMS模板网 作者:帝国CMS教程 时间:2016-08-15
浏览:2.9千+ 收藏 点赞(18)
简介: 在内容页模板里面加入以下统计字符代码1、=strlen($navinfor[newstext])统计:8022 个字2、=strlen(strip_tags($navinfor[newstext]))加上过滤后统计:1559 个字3、=strlen(htm

在内容页模板里面加入以下统计字符代码

1、

<?=strlen($navinfor[newstext])?>

统计:8022 个字

2、

<?=strlen(strip_tags($navinfor[newstext]))?>

加上过滤后

统计:1559 个字

3、

<?=strlen(htmlspecialchars(strip_tags(str_replace('&nbsp;','',str_replace('&ldquo;','',str_replace('&rdquo;','',$navinfor[newstext]))))))?>

加上空格等过滤后

统计:1217 个字

4、

<?=strlen(htmlspecialchars(strip_tags(str_replace('&nbsp;','',str_replace('&ldquo;','',str_replace('&rdquo;','',str_replace(egetzy('rn'),'',str_replace(egetzy('<br />'),'',$navinfor[newstext]))))))))?>

加上空格等+html标签等过滤后

统计:1141 个字

帝国CMS模板网 帝国CMS模板网(www.daixiao360.cn)长期承接帝国CMS模板定制,帝国CMS仿站,帝国CMS采集规则,帝国CMS插件,帝国CMS二次开发。