当前位置: 代码迷 >> Java Web开发 >> 怎么获取<html:options> collection中某一选项的值
  详细解决方案

怎么获取<html:options> collection中某一选项的值

热度:782   发布时间:2016-04-17 00:42:48.0
如何获取<html:options> collection中某一选项的值
大家好,现有如下代码:
<html:select property="id">
  <html:options collection="employees" property="empID" labelProperty="name" />
</html:select>

而我要取出这个下拉列表中的某一项的值,如何实现呢?谢谢

------解决方案--------------------
你在网页中访问这个页面,然后查看源代码,里面就有值了
  相关解决方案