{eyou:arclist orderby='now' row='10' addfields='content'}
{$field.content}
{/eyou:arclist}
addfields='content' 為調(diào)取文章內(nèi)容的標簽屬性 {$field.content}為調(diào)取文章內(nèi)容不過濾樣式的標簽。
{$field.content|html_msubstr=###}為調(diào)取文章內(nèi)容過濾樣式的標簽。
{$field.content|html_msubstr=###,0,155}為調(diào)取文章內(nèi)容過濾樣式并截取155個字符的標簽。