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
B.window
C.form
D.location
A.onError
B.onMouseOut
C.onLoad
D.onOpen
A.alert;clear;close
B.clear;close;open
C.alert;close;confirm
D.alert;setTimeout;write
A.window.setTimeout(1000,expression);
B.window.setTimeout(expression,1);
C.window.setTimeout(1,expression);
D.window.setTimeout(expression,1000);
A.創(chuàng)建父類對象作為子類的原型(prototype)
B.使用 extends 關鍵子繼承父類
C.創(chuàng)建子類對象作為父類的原型(prototype)
D.使用 class 關鍵子繼承父類
最新試題
關于添加或刪除數(shù)組元素的方法描述正確的有()
下列選項中,關于scroll系列屬性說法正確的有()
關于location的常用方法說法正確的有()
下列選項中,可以用來獲取和設置占位隱藏的元素文本內容的屬性是()
下列選項中,JavaScript中的數(shù)字可以分為()
下列Date對象方法中,用于獲取年份的方法是()
下列選項中,當頁面加載完畢后會觸發(fā)的事件是()
關于location的常用屬性說法錯誤的是()
屬于navigator對象屬性的有()
下列選項中,屬于輸入語句的是()