暫時常常用的只有一種java
一、得到controller 層傳來的數據 例如 timeide
二、直接上代碼 你懂得 option中 加 selected 爲默認選中it
<select id="xx" > <c:forEach items="${xxx}" var="pin"> <option value ="${pin}" <c:if test="${time eq pin}">selected</c:if>>${pin} </option> </c:forEach> </select>