A.windowX B.screenX C.screenLeft D.windowLeft
A.2 B.10 C.8 D.9
A.document.forms.myButton B.document.mainForm.myButton C.document.forms[0].element[0] D.以上都可以
A. 在图片上添加onClick事件 B. 在图片上添加onSubmit事件 C. 在事件中手动提交 D. 在事件中自动提交
A. sort()数组排序 B. length()计算数组长度 C. concat()数组合并 D. reverse()数组元素反转