摘要:
var index = document.getElementById("DropDownList1").selectedIndex; var v=document.getElementById("DropDownList1").options[index].value; 阅读全文
posted @ 2010-08-26 17:13 luyj 阅读(341) 评论(0) 推荐(0)
|
摘要:
var index = document.getElementById("DropDownList1").selectedIndex; var v=document.getElementById("DropDownList1").options[index].value; 阅读全文
posted @ 2010-08-26 17:13 luyj 阅读(341) 评论(0) 推荐(0) |
||