1 var index = obj.selectedIndex; // 选中索引
2 var value = obj.options[index].value; // 选中值
3 var schoolName = obj.options[index].text; // 选中文本

 

相关文章: