select下拉框选择触发事件
我一直以来都认为,select 下拉框选择对选项 options 使用 onclick 注册事件即可,如下:<select> <option value="0" onclick="func(0)">选项一</option> <option value=&