日期:2014-05-16 浏览次数:20401 次
var selectObj = document.getElementById("prodnum")var showText = selectObj.options[selectObj.selectedIndex].text;
就行了
?