当前位置: 首页 > 站长资讯 > 正文页面

织梦dedecms中function='Html2Text(@me)的使用方法

本文主要通过实例为大家讲解织梦dedecms中首页、列表页及内容页通过 function='Html2Text(@me) 过滤html代码调用纯文本的方法n8Z网站目录_网站网址收录与提交入口

示例1:n8Z网站目录_网站网址收录与提交入口

调用文章body中内容,过滤html样式,并限制调用字数:n8Z网站目录_网站网址收录与提交入口

{dede:arclist row='1' typeid='1' addfields='body' idlist='1' channelid='1'}n8Z网站目录_网站网址收录与提交入口

[field:body function='cn_substr(Html2text(@me),100)'/]n8Z网站目录_网站网址收录与提交入口

{/dede:arclist}n8Z网站目录_网站网址收录与提交入口

调用文章body中内容,过滤html样式,不限制调用字数:n8Z网站目录_网站网址收录与提交入口

{dede:arclist row='1' typeid='1' addfields='body' idlist='1' channelid='1'}n8Z网站目录_网站网址收录与提交入口

[field:body function='Html2Text(@me)'/]n8Z网站目录_网站网址收录与提交入口

{/dede:arclist}n8Z网站目录_网站网址收录与提交入口

调用文章body中内容,不过滤html样式,限制调用字数:n8Z网站目录_网站网址收录与提交入口

{dede:arclist row='1' typeid='1' addfields='body' idlist='1' channelid='1'}n8Z网站目录_网站网址收录与提交入口

[field:body function='cn_substr(@me,100)'/]n8Z网站目录_网站网址收录与提交入口

{/dede:arclist}n8Z网站目录_网站网址收录与提交入口

调用文章body中内容,不过滤html样式,不限制调用字数:n8Z网站目录_网站网址收录与提交入口

{dede:arclist row='1' typeid='1' addfields='body' idlist='1' channelid='1'}n8Z网站目录_网站网址收录与提交入口

[field:body/]n8Z网站目录_网站网址收录与提交入口

{/dede:arclist}n8Z网站目录_网站网址收录与提交入口

示例2:n8Z网站目录_网站网址收录与提交入口

调用描述,过滤html样式,并限制字数:n8Z网站目录_网站网址收录与提交入口

{dede:field.description function='cn_substr(Html2text(@me),100)'/}n8Z网站目录_网站网址收录与提交入口

调用描述,过滤html样式,不限制字数:n8Z网站目录_网站网址收录与提交入口

{dede:field.description function='Html2text(@me)'/}n8Z网站目录_网站网址收录与提交入口

调用描述,不过滤html样式,限制字数:n8Z网站目录_网站网址收录与提交入口

{dede:field.description function='cn_substr(@me,100)'/}n8Z网站目录_网站网址收录与提交入口

调用描述,不过滤html样式,不限制字数:n8Z网站目录_网站网址收录与提交入口

{dede:field.description/}n8Z网站目录_网站网址收录与提交入口

n8Z网站目录_网站网址收录与提交入口
以上就是本文章的内容,希望对大家有所帮助 n8Z网站目录_网站网址收录与提交入口

  

此文由 网站目录_网站网址收录与提交入口 编辑,未经允许不得转载!:

相关文章