var obj=document.getElementById('id');
var text=obj.options[obj.selectedIndex].text;//获取文本
var value=obj.options[obj.selectedIndex].value;//获取文本