标签:stl empty 算术运算符 算术运算 == not 运算 test jstl
类别 运算符
算术运算符 + 、 - 、 * 、 / (或 div )和 % (或 mod )
关系运算符 == (或 eq )、 != (或 ne )、 < (或 lt )、 > (或 gt )、 <= (或 le )和 >= (或 ge )
逻辑运算符 && (或 and )、 || (或 or )和 ! (或 not )
验证运算符 empty
JSTL <c:if test=“eq ne lt..”></if> 用法
标签:stl empty 算术运算符 算术运算 == not 运算 test jstl
原文地址:http://www.cnblogs.com/tongxuping/p/7574102.html