码迷,mamicode.com
首页 > 其他好文 > 详细

<c:if>判断参数是否为空

时间:2016-01-25 18:46:14      阅读:191      评论:0      收藏:0      [点我收藏+]

标签:

<c:if test="${empty str}">  str为空</c:if>
<c:if test="${not empty str}"> str不为空</c:if>

 

<c:if>判断参数是否为空

标签:

原文地址:http://www.cnblogs.com/zhujiabin/p/5157863.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!