js 原生 select 选中值 var select=document.getElementByTagName("select"); var index=select.selectedIndex; var text=select.options[index].text;