jquery 获取下拉框的text()的值的时候,特别是页面比较复杂的时候,有时候会失效可以用js解决。 var obj = $("#select1")[0]; alert(obj.options[obj.selectedIndex].innerHTML); 相关文章: