摘要:
添加:Js代码1.function selectChange()2.{3. var sel=document.getElementById("select1");4. Option option = new Option("Text","Value");5. sel.add(option);6.}function selectChange(){ var sel=document.getElementById("select1"); Option option = new Option("Text" 阅读全文
posted @ 2011-10-29 10:15
夜真寒
阅读(600)
评论(0)
推荐(0)
浙公网安备 33010602011771号