取得select框的text
时间:2014-01-14 19:26:32
收藏:0
阅读:787
function selectInput(choose)
{
alert(choose.options[choose.selectedIndex].text);
}
原文:http://www.cnblogs.com/ChristyorRuth/p/3512269.html
评论(0)