jstl 判断 null

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

  

原文地址:https://www.cnblogs.com/toSeeMyDream/p/6378262.html