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.open.new("http://www.w3schools.com","window2")
B.window.open("http://www.w3schools.com","window2")
C.new("http://www.w3schools.com","window2")
D.new.window("http://www.w3schools.com","window2")
A.Math.ceil(2,4)
B.Math.max(2,4)
C.ceil(2,4)
D.top(2,4)
A.var txt = new Array="tim","kim","jim"
B.var txt = new Array(1:"tim",2:"kim",3:"jim")
C.var txt = new Array("tim","kim","jim")
D.var txt = new Array:1=("tim")2=("kim")3=("jim")
A.' This is a comment
B.< !--This is a comment-->
C.//This is a comment
A.for (i <= 5; i++)
B.for (i = 0; i <= 5; i++)
C.for (i = 0; i <= 5)
D.for i = 1 to 5
最新試題
下列代碼的含義是()< table border=1 contenteditable=”true”>
()用于播放音頻
()用于播放視頻
設(shè)置列表的類型屬性是()
設(shè)置有序列表開(kāi)始序號(hào)的屬性是()
用于定義列表的主元素標(biāo)簽是()
有序列表前面的開(kāi)始序號(hào)不可更改。
H5中的屬性值必須用雙引號(hào)括起來(lái)。
H5中絕對(duì)沒(méi)有結(jié)束標(biāo)簽的有()
下列代碼中用于實(shí)現(xiàn)對(duì)用戶輸入文本內(nèi)容執(zhí)行輸入檢查的是()