


























取DropDownList的Text内容:
document.getElementById("DropDownListClientID").options[document.getElementById("DropDownListClientID").selectedIndex].text
取DropDownList的Value内容:
document.getElementById("DropDownListClientID").value
document.getElementById("DropDownListClientID").options[document.getElementById("DropDownListClientID").selectedIndex].value
此内容由惯性聚合(RSS阅读器)自动聚合整理,仅供阅读参考。 原文来自 — 版权归原作者所有。