您的位置:首页 > 编程语言 > PHP开发

thinkphp标签

2016-05-30 18:26 585 查看
1.volist标签

随后一条不一样的输出
<volist name="pagehead" id="vo">
<if condition="$i eq count($pagehead)">
<font>{$vo.title}</font>
<else />
<a href="{$vo.url}" target="main-frame"><strong>{$vo.title}</strong></a> <span class="ico-jiantou">></span>
</if>
</volist>
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: