|
其实想要获取到下拉框的值是很简单的。
最关键的一段代码就是:
复制代码 代码如下:
onchange="show(this.options[this.options.selectedIndex].value);"
onchange="show(this.options[this.options.selectedIndex].value);"
show是一个自定义的函数名。
this.options[this.options.selectedIndex].value才是主角!
JavaScript技术:javascript 获取select下拉列表值的代码,转载需保留来源!
郑重声明:本文版权归原作者所有,转载文章仅为传播更多信息之目的,如作者信息标记有误,请第一时间联系我们修改或删除,多谢。