1.下列选项中,哪一条语句可以打开一个无状态栏的页面?()
A.window.open("myPage.html")
B.window.open("myPage.html","mywindow","toolbars=0,scrollbars=0,location=0,status=1,menubar=0,resizable=0,width=320,height=300")
C.window.open("myPage.html","toolbars=0,scrollbars=0,location=0,status=yes,menubar=0,resizable=0,width=320,height=300")
D.open("myPage.html","mywindow","toolbars=0,scrollbars=0,location=0,status=no,menubar=0,resizable=0,width=320,height=300")
2.下咧选择中,对于Date对象的getMonth()方法返回值描述正确的是()。
A.返回系统时间的当前月
B.返回值的范围介于1-12之间
C.返回系统时间的当前月+1
D.返回值的范围介于0-11之间
3.下列哪一项不是window对象的方法?()
A.alert()
B.close()
C.setTimeout
D.onLoad()
4.下列哪一个选项可以全窗口显示前一个页面?()
A.back()
B.go()
C.display()
D.view()
5.setTimeout("move()",20)意味着()。
A.每隔20秒,move()函数就会被调用一次
B.每隔20分钟,move()函数就会被调用一次
C.每隔20毫秒,move()函数就会被用一次
D.move()函数被调用20次
accp教程网的参考答案:
1.D
2.D
3.D
4.A
5.C

评论加载中....