如何使用JSTL检查集合的大小?
就像是:
<c:if test="${companies.size() > 0}"> </c:if>
java jsp jstl
java ×1
jsp ×1
jstl ×1