function selectInput(choose)
{ alert(choose.options[choose.selectedIndex].text); }
取得select框的text
原文:http://www.cnblogs.com/ChristyorRuth/p/3512269.html