判断

<if  condition='表达式'>

<elseif  condition='表达式' />

<else/>

</if>

 

表达式中运算符

PHP运算符

对应的TP中的运算符

 英文全称

lt

Less  than

gt

Greater  than

==

eq

equal

>=

egt

Equal or greater than

<=

elt

 

 

 

 

 

 

 

 

 

ThinkPHP框架判断和循环

 

 

 

 

 

 

 

循环

 ThinkPHP框架判断和循环

ThinkPHP框架判断和循环

 

相关文章:

  • 2022-12-23
  • 2021-04-03
  • 2021-05-15
  • 2021-05-25
  • 2021-11-19
  • 2021-06-11
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2019-12-10
  • 2021-09-13
  • 2021-07-08
  • 2022-12-23
  • 2021-09-30
相关资源
相似解决方案