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

相关文章: