标签:add arclist substr cli color bsp html_ 列表 str
{eyou:arclist addfields=‘content‘ } <span>{$field.content}</span> {/eyou:arclist}
addfields=‘content‘ 为调取文章内容的标签属性,必加在arclist里
{$field.content} 为调取文章内容不过滤样式的标签。
{$field.content|html_msubstr=###} 为调取文章内容过滤样式的标签。
{$field.content|html_msubstr=###,0,155} 为调取文章内容过滤样式并截取155个字符的标签。
标签:add arclist substr cli color bsp html_ 列表 str
原文地址:https://www.cnblogs.com/maqianhan/p/14317232.html