document.getElementById(
'
Select1
'
).options[document.getElementById(
'
Select1
'
).selectedIndex].value;
//
value值
document.getElementById(
'
Select1
'
).options[document.getElementById(
'
Select1
'
).selectedIndex].text;
//
text值
转载于:https://www.cnblogs.com/nanshouyong326/archive/2008/12/13/1354237.html
相关资源:数据结构—成绩单生成器
转载请注明原文地址: https://win8.8miu.com/read-1481136.html