【单选题】
定义JavaScript数组方法正确的是( )。
①
var arrayList ={cat, dog, monkey}
②
var arrayList =new Array{cat, dog, monkey}
③
var arrayList =new Array(cat, dog, monkey)
④
var arrayList =new Array[cat, dog, monkey]
【单选题】
打开名为 window2 的新窗口的 JavaScript 语法是?( )
①
open.new(http://www.w3school.com.cn,window2)
②
new.window(http://www.w3school.com.cn,window2)
③
new(http://www.w3school.com.cn,window2)
④
window.open(http://www.w3school.com.cn,window2)
【单选题】
如何在浏览器的状态栏放入一条消息?( )
①
statusbar = put your message here
②
window.status = put your message here
③
window.status(put your message here)
④
status(put your message here)