日期:2014-05-18 浏览次数:20520 次
<script language = "JavaScript">
function clk()
{
    var count = document.getElementById("dropdownlistid").selectedIndex;
    if(document.getElementById("dropdownlistid").options[count].innerText == 设置的值)
        {
             xxxxx
    }
</script>