El表达式中的算术运算符和逻辑运算符(转)

类别 运算符

  算术运算符 + 、 - 、 * 、 / (或 div )和 % (或 mod )

  关系运算符 == (或 eq )、 != (或 ne )、 < (或 lt )、 > (或 gt )、 <= (或 le )和 >= (或 ge)

  逻辑运算符 && (或 and )、 || (或 or )和 ! (或 not )

  验证运算符 empty

  小例子:

  <tr <c:if test="${status.count%2==0}">bgcolor="#CCCCFE"</c:if> align="left">

  xxx

 </tr>

转之百度(http://baike.baidu.com/view/1002433.htm);

猜你喜欢

转载自javaeedevelop.iteye.com/blog/1764042