设在表单中有一组复选钮标记,如下列代码:如果在register.jsp是取city的值,最适合的方法为()。
A、Stringcity=requestgetParameter(“city”);
B、String[]cities=requestgetParameter(“city”);
C、String[]cities=requestgetParameterValues(“city”);
D、Stringcity=requestgetAttribute(“city”);
下面哪些对象可以在同一应用程序的不同网页间共享数据。()
A、application
B、response
C、Request
D、session
以下Javsscript的运行结果为
varm=false;
if(m==true)
document.write("True");
else
document.write("False");
A、False
B、True
C、None
D、运行时出错
为了标识一个HTML文件,应该使用的HTML标记是______。
A、<p></p>
B、<head></head>
C、<html></html>
D、<form></form>
在访问的URLhttp://Cms.bit.edu.Cn:8080/login.aspx中,http表示______。
A、端口号
B、文件名
C、访问协议
D、主机名