eq相等 ne、neq不相等 EL表達式


eq相等 ne、neq不相等,
gt大於, lt小於
gte、ge大於等於  
lte、le 小於等於  
not非   mod求模  
is [not] div by是否能被某數整除  
is [not] even是否為偶數  
is [not] even by $b即($a / $b) % 2 == 0  
is [not] odd是否為奇  
is not odd by $b即($a / $b) % 2 != 0
示例:
equal/ not equal/ greater than/ less than/ less than or equal/ great than or equal/后面的就不用說了

 

從Iteye的Franciswmf開發筆記轉載

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM