Select下拉框onchange事件获取option的value值

      

show_sub的JS方法:

        


最重要的知识点是获在select onchange时获取option的value值:

this.options[this.options.selectedIndex].value

转自:https://blog.csdn.net/rain097790/article/details/39993615

你可能感兴趣的:(前端,javaScript,小技巧,前端小代码)