标签:items config class ril form foreach 集合 name 遍历
关键字:forEach,items,var
<select id="oriLoanerIdType" class="form-control need" name="oriLoanerIdType">
<option value="">请选择</option>
<c:forEach items="${IDtypeList}" var="IDtype">
<option value="${IDtype.configValue}"
<c:if test="${sellHouse.oriLoanerIdType eq IDtype.configValue}">selected</c:if>>${IDtype.ext1}</option>
</c:forEach>
</select>
标签:items config class ril form foreach 集合 name 遍历
原文地址:http://www.cnblogs.com/hjy1017/p/6389145.html