在javaScrpt中window对象的()方法用于打开一个新窗口。
A、openWindow()
B、window()
C、open()
D、close()
A、Thefirstlineand
secondline
B、Thefirstlineandnsecondline
C、Thefirstlineandsecondline
D、Thefirstlineandsecondline
点击Form的RESET按钮,所有Form中的元素都会被清空
A、True
B、False
C、忽略此选项
D、忽略此选项
设在表单中有一组复选钮标记,如下列代码:如果在register.jsp是取city的值,最适合的方法为()。
A、Stringcity=requestgetParameter(“city”);
B、String[]cities=requestgetParameter(“city”);
C、String[]cities=requestgetParameterValues(“city”);
D、Stringcity=requestgetAttribute(“city”);