JSTL 判断对象是否为空
2个回答
展开全部
<c:if 判断对象或集合是否为空
判断集合和对象是否为空:
list为集合,user为对象名
<c:if test="${empty user}"无user信息!TODO...</c:if为空
<c:if test="${!empty list}"list集合不为空判断,TODO...</c:if非空
<s:if 判断对象是否为空
<s:if test="null==user||user.isEmpty()"集合为空</s:if<s:else集合不为空</s:elseor<s:if test="null!=user&&!user.isEmpty()"
集合不为看空</s:if
判断集合和对象是否为空:
list为集合,user为对象名
<c:if test="${empty user}"无user信息!TODO...</c:if为空
<c:if test="${!empty list}"list集合不为空判断,TODO...</c:if非空
<s:if 判断对象是否为空
<s:if test="null==user||user.isEmpty()"集合为空</s:if<s:else集合不为空</s:elseor<s:if test="null!=user&&!user.isEmpty()"
集合不为看空</s:if
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询