<c:if test="${empty str}"> str为空</c:if>
<c:if test="${not empty str}"> str不为空</c:if>
<s:if test="str!=null&&str.length()>0">