<c:forEach items="${industryType}" var="item">
<option value="${item.dict_id}"
<c:if test="${item.dict_id == custIndustry}"> selected</c:if>> ${item.dict_item_name }
</option>
</c:forEach>問:中間嵌套的if后面的selected是什么意思?
jstl關(guān)于<c:if>的用法問題
繁華開滿天機(jī)
2019-03-18 14:37:55