首页 > CMS > 织梦DEDE > 正文

织梦dedecms栏目内容自动标签的方法

2024-07-12 08:33:13
字体:
来源:转载
供稿:网友
织梦dedecms栏目内容自动标签的方法,处理写法如下:
 
  1. {dede:field.content runphp="yes"}                      $str = preg_replace("/^s+/", "", html2text(@me));                      if( !empty($str)  ){                          @me = '<div class="content">'.@me.'</div>';                      }else{                          @me = '';                         }  {/dede:field.content}  
  2.  
由于栏目内容默认有标签或者空格吧,所以要先处理。
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表