这个功能在演示站里是有调用的了,具体在sql标签->官方自带里
sql语句
select top 10 id,Status,Title,ZFTips,ZFVotes from KS_PKZT where status=1 order by id desc
循环体
[loop=10]
<li><a href="{$GetInstallDir}plus/pk/pk.asp?id={$Field(id,GetInfoUrl,0,2)}" target="_blank">{$Field(Title,Text,0,...,0,)}</a></li>
[/loop]