首页 >

织梦DedeCMS中function=’Html2Text(@me)的使用方法

本文主要通过实例为大伙讲解织梦DedeCMS中首页 | 列表页及内容页通过 function=’Html2Text(@me) 过滤html代码调用纯文本的方法

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

示例1:

调用文章body中内容,过滤html样式,并限制调用字数:

  1. {dede:arclist row=’1′ typeid=’1′ addfields=’body’ idlist=’1′ channelid=’1′}
  2. [field:body function=’cn_substr(Html2text(@me),100)’/]
  3. {/dede:arclist}

调用文章body中内容,过滤html样式,不限制调用字数:

  1. {dede:arclist row=’1′ typeid=’1′ addfields=’body’ idlist=’1′ channelid=’1′}
  2. [field:body function=’Html2Text(@me)’/]
  3. {/dede:arclist}

调用文章body中内容,不过滤html样式,限制调用字数:

  1. {dede:arclist row=’1′ typeid=’1′ addfields=’body’ idlist=’1′ channelid=’1′}
  2. [field:body function=’cn_substr(@me,100)’/]
  3. {/dede:arclist}

调用文章body中内容,不过滤html样式,不限制调用字数:

  1. {dede:arclist row=’1′ typeid=’1′ addfields=’body’ idlist=’1′ channelid=’1′}
  2. [field:body/]
  3. {/dede:arclist}

示例2:

调用描述,过滤html样式,并限制字数:

  1. {dede:field.description function=’cn_substr(Html2text(@me),100)’/}

调用描述,过滤html样式,不限制字数:

  1. {dede:field.description function=’Html2text(@me)’/}

调用描述,不过滤html样式,限制字数:

  1. {dede:field.description function=’cn_substr(@me,100)’/}

调用描述,不过滤html样式,不限制字数:

  1. {dede:field.description/}

织梦DedeCMS中function='Html2Text(@me)的使用方法
  • 织梦DedeCMS批量替换文章,标题,关键字,标签等等内容的SQL命令
  • 织梦DedeCMS批量替换文章,标题,关键字,标签等等内容的SQL命令 | 织梦DedeCMS批量替换文章,标题,关键字,标签等等内容的SQL命令 ...

    织梦DedeCMS中function='Html2Text(@me)的使用方法
  • 织梦DedeCMS添加广告不能正常显示的解决办法
  • 织梦DedeCMS添加广告不能正常显示的解决办法 | 织梦DedeCMS添加广告不能正常显示的解决办法 ...

    织梦DedeCMS中function='Html2Text(@me)的使用方法
  • 如何去掉织梦DedeCMS网站首页后面的index.html
  • 如何去掉织梦DedeCMS网站首页后面的index.html | 如何去掉织梦DedeCMS网站首页后面的index.html ...