select的onchange事件

onchange可绑定多次事件。

change()只绑定一次。

用$("select option:selected")来获取选中的option项。

原文地址:https://www.cnblogs.com/yesw/p/4019161.html