jsp jstl el 表达式

<input type="hidden" id="qr_prodict_id" value="<cc:code classCd="20558" itemValue="${vo.fininstvmId}"></cc:code>"/>
判断是否为空
<c:if test="${not empty legalAssignId}">
</c:if>

<c:if test="${empty legalAssignId}">
</c:if>
循环
<c:forEach var="item" items="${ userList}" varStatus="status">
  序号: ${item.index}
  名称: ${item.name}
</c:forEach>
posted @ 2022-12-15 14:19  亲爱的阿道君  阅读(12)  评论(0编辑  收藏  举报