如题
{qb:tag name="links" rows="9" where="status=1" class="plugins\links\index\Link@labelShow"}
<ul>
{notempty name="$rs.picurl"}
<li style="float: left;margin-right:15px;"><a href="{$rs.url}"><img src="{$rs.picurl}" title="{$rs.title}" /></a></li>
{else}
<li style="float: left;margin-right:15px;"><a href="{$rs.url}">{$rs.title}</a></li>
{/notempty}
</ul>
{/qb:tag}
???????????