9条回答 默认 最新
- JAVA_DIRECTION 2016-03-04 05:41关注
html代码
<tr> <td style="width:15%"> 一级 </td> <td style="text-align:left ;width:35%"> <select name="unitPropertiesOneLevel" id="unitPropertiesOne" onchange="gradeChange()"style="width:150px"> <option value="" > </option> <c:forEach var="unitProperty" items="${unitPropertyInfoList}"> <option value="${unitProperty.propertyCode }">${unitProperty.propertyName }</option> </c:forEach> </select> </td> <td style="width:15%"> 二级 </td> <td style="text-align:left ;width:35%"> <select name="unitPropertiesTwoLevel" id="unitPropertiesTwoLevel" style="width:150px"> <option value="" > </option> </select> </td> </tr>
本回答被题主选为最佳回答 , 对您是否有帮助呢?解决 无用评论 打赏 举报