dede控制标签的字数(如description或者info或者body之类)



[field:description function=’cn_substr(@me,80)’/]


[field:body function=’cn_substr(@me,80)’/]


不足显示全文,超过显示省略号…


[field:title function='(strlen(“@me”)>26 ? cn_substr(“@me”,26).”…”:”@me”)’/]
 (责任编辑:dede58.com)