日期:2014-05-19 浏览次数:20700 次
function ChangeList() { var obj = document.getElementById("List"); var strOptionValue = obj[obj.selectedIndex].value; var strOptionText = obj[obj.selectedIndex].text; alert(obj.selectedIndex); }