![]() |
|
首页 │ Apache │ Linux│ Java│ MySQL│ 注册│帮助 | |||
相关问题
CODE: <form name="test"> <select name="test" width="100px"> </select> </form> <SCRIPT LANGUAGE="JavaScript"> <!-- document.test.test.options[0] = new Option ("test1","11",0,0); document.test.test.options[1] = new Option ("test2","12",0,0); document.test.test.options[2] = new Option ("test3","13",0,1); //--> </SCRIPT> |
这样默认选择应该是第三个,而这为什么是每二个呢,
这样好像都往上推移了一个,这是为什么?
提问者:AoE 08-18 08:08
答复

