分类:PHP记事本 发布时间:2017-05-30 10:39:44 阅读: 作者:郑祥景
<if condition="$lanmu_caozuo == 1">
<li><cite></cite><a href="/Admin/Registed/liebiao" target="rightFrame">会员列表</a><i></i></li>
</if>
<if condition="$lanmu_caozuo eq 1">
<li><cite></cite><a href="/Admin/Registed/liebiao" target="rightFrame">会员列表</a><i></i></li>
</if>
官方标准语法:
<if condition="($name eq 1) OR ($name gt 100) "> value1
<elseif condition="$name eq 2"/>value2
<else /> value3
</if>
编辑:郑祥景