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
最新試題
()用于播放視頻
iframe有開始和結(jié)束標(biāo)簽。
H5中可以將開始和結(jié)束標(biāo)簽一起省略的有()
有序列表前面的開始序號不可更改。
()用于表示一個(gè)已知最大值和最小值的計(jì)數(shù)器
可以設(shè)置文本方向的有()
設(shè)置列表的類型屬性是()
只能用JavaScript修改的屬性,用于查看頁面元素變成可編輯狀態(tài)的屬性是()
下列代碼中用于實(shí)現(xiàn)對用戶輸入文本內(nèi)容執(zhí)行輸入檢查的是()
()用于表示一個(gè)進(jìn)度條,常用于下載速度