<select id="years" class="easyui-combobox">
<c:forEach var="year" begin="2002" end="2016" step="1" > //怎么把end换成当前年份 谢谢
<option value="${year}" >${year}</option> //请问这个是什么意思${year}" >${year}
</c:forEach>
</select>
相关分类