Js对SELECT的操作
时间:2011-01-12 来源:xcj1989
var selectObj = document.getElementById('selectId'); alert(selectObj.options[selectObj.selectedIndex].text); // 通过 id 获取value和text alert(selectId.options[selectId.selectedIndex].text);
相关阅读 更多 +
时间:2011-01-12 来源:xcj1989
var selectObj = document.getElementById('selectId'); alert(selectObj.options[selectObj.selectedIndex].text); // 通过 id 获取value和text alert(selectId.options[selectId.selectedIndex].text);