struts2标签判断集合是否为空
<s:if test="cyhDocuments==null || cyhDocuments.isEmpty()"> 为空</s:if><s:else> 不为空</s:else>?
?
发布时间: 2012-08-28 12:37:01 作者: rapoo
struts2标签判断集合是否为空
<s:if test="cyhDocuments==null || cyhDocuments.isEmpty()"> 为空</s:if><s:else> 不为空</s:else>?
?