ThinkPHP框架判断和循环

判断

<if  condition='表达式'>

<elseif  condition='表达式' />

<else/>

</if>

表达式中运算符

PHP运算符

对应的TP中的运算符

 英文全称

lt

Less  than

gt

Greater  than

==

eq

equal

>=

egt

Equal or greater than

<=

elt

 

 

 

 

 

 

 

 

 

循环

 

原文地址:https://www.cnblogs.com/weixiaofantasy/p/9889808.html