struts-<html:select>显示数据库值问题_百度知道
最佳答案: <html:options collection="options" labelProperty="value" property="label"/> 直接把属性范围里的options写到collection属性中就可以,不需要单独取出使用...更多关于struts的<html:select>标签问题的问题>>
html中的select问题:_百度知道
最佳答案: <select name="select" onchange="t(this)"> <option>北京</option> <option>天津</option> <option>上海</option> <option value="other">其他<...更多关