A.字符串"helloworld"中不包含G字符,indexOf返回0 B.字符串"helloworld"中不包含G字符,indexOf返回null C.字符串"helloworld"中不包含G字符,indexOf返回-1 D.字符串"helloworld"中不包含G字符,indexOf返回1
A.post方法传递的数据对客户端是不可见的 B.get请求信息以查询字符串的形式发送,查询字符串长度没有大小限制 C.post方法对发送数据的数量限制在255个字符之内 D.get方法传递的数据对客户端是不可见的
A.var aa; B.var bb = 3;cc = ’good’; C.var dd = ee = 100; D.var ff = 3,gg = 'he's good';
A.statusbar = "put your message here" B.window.status = "put your message here" C.window.status("put your message here") D.status("put your message here")
A.Document对象用于检查和修改HTML元素和文档中的文本 B.Document对象用于检索浏览器窗口中的HTML文挡的信息 C.Document对象的location属性包含有关当前URL的信息 D.Document对象提供客户最近访问的URL的列表
A.(3==3)&&(5<1) B.!(17<=20) C.(3!=3)∣∣(7<2) D.(1==1)∣∣(2<0)
A. /*This comment has more than one line*/ B. //This comment has more than one line// C. <!--This comment has more than one line-->
A.0 1 2 3 4 B.0 1 4 9 16 C.0 1 4 9 16 25 D.以上答案都不对
A.记事本 B.Word C.Web浏览器 D.Web服务器