分别使用javascript原生的方法和jquery方法<select ); //获取选中的项2:alert(options.val()); //拿到选中项的值3:alert(options.text()); //拿到选中项的文本 相关文章: