2014年7月25日

javascript 下拉列表 自动取值 无需value

摘要: function receiptAddApplyType(){ var s=document.getElementById('applyType'); alert(s[s.selectedIndex].text); }不做解释... 阅读全文

posted @ 2014-07-25 14:38 王大王 阅读(274) 评论(0) 推荐(0)

导航