【单选题】
如何在浏览器的状态栏放入一条消息?( )
①
statusbar = put your message here
②
window.status = put your message here
③
window.status(put your message here)
④
status(put your message here)
【单选题】
定义 JavaScript 数组的正确方法是?( )
①
var txt = new Array=George,John,Thomas
②
var txt = new Array(1:George,2:John,3:Thomas)
③
var txt = new Array(George,John,Thomas)
④
var txt = new Array:1=(George)2=(John)3=(Thomas)