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
最新試題
H5中屬性值可以不用括號(hào)括起來(lái)。
()設(shè)置文本方向,可以脫離父元素設(shè)置的文本方向
()用于定義高亮文本
有序列表為()
只能用JavaScript修改的屬性,用于查看頁(yè)面元素變成可編輯狀態(tài)的屬性是()
H5中絕對(duì)沒(méi)有結(jié)束標(biāo)簽的有()
下列可以提供瀏覽器兼容性測(cè)試的有()
()用于表示一個(gè)已知最大值和最小值的計(jì)數(shù)器
設(shè)置有序列表開(kāi)始序號(hào)的屬性是()
下列代碼中用于實(shí)現(xiàn)對(duì)用戶輸入文本內(nèi)容執(zhí)行輸入檢查的是()