<cmsinfo sql="" table="cms_news" catid="1,2,3" checked="1" limit="20" order="newstime desc" 附加字段="附加字段值">
<a href="{$v.titleurl}">{$v.title}</a>
</cmsinfo>
所有字段的数组(需配字段名来调用,如栏目ID:{$v.catid}也可使用:{$v[catid]}数组方式。),支持函数,如时间:{$v.newstime|date="Y年m月d日",###}或 {:date("Y-m-d",$v[newstime])}