获取动态数据,显示在select选项中,当前select在jsp页面中

<select >

 <option>这里放选中或者当前的数据</option>

<%for int i=0;i<test.size();i++%>

<%{%> 

<opiton><%=num[i]%></option>

<%}%>

<select>

相关文章:

  • 2022-12-23
  • 2021-08-29
  • 2021-09-26
  • 2022-12-23
  • 2021-07-22
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-04
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案