<select onChange = "a(this)"></select> function a(obj){ $(obj).find("option:selected").val() }获取select选中的值