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)建父類對(duì)象作為子類的原型(prototype)
B.使用 extends 關(guān)鍵子繼承父類
C.創(chuàng)建子類對(duì)象作為父類的原型(prototype)
D.使用 class 關(guān)鍵子繼承父類
最新試題
下列選項(xiàng)中,JavaScript中的數(shù)字可以分為()
下列選項(xiàng)中,JavaScript可以實(shí)現(xiàn)的交互效果有()
下列選項(xiàng)中,運(yùn)算符“--”可以操作的數(shù)據(jù)類型有()
下列選項(xiàng)中,關(guān)于scroll系列屬性說(shuō)法正確的有()
以下不屬于JavaScript代碼編輯器的是()
關(guān)于offset系列屬性和style屬性的說(shuō)法,正確的是()
下列Date對(duì)象方法中,用于獲取年份的方法是()
事件從目標(biāo)節(jié)點(diǎn)自上而下向document節(jié)點(diǎn)傳播的階段是()
可以在HTML文檔中輸出內(nèi)容的是()
關(guān)于location的常用方法說(shuō)法正確的有()