下列代碼能產(chǎn)生()個(gè)輸出
1 var i = 1;
2 for(;;i++)
3 if(i)
4 alert(i);
5 else
6 break;
A.0個(gè)
B.無(wú)限多個(gè)
C.19個(gè)
D.20個(gè)
您可能感興趣的試卷
你可能感興趣的試題
A.document.menuBar.display += 20
B.document.all.menuBar.pixelLeft += 20
C.document.all.menuBar.left += 20
D.document.all.menuBar.style.pixelLeft += 20
A.document.username.value
B.document.all.username.value
C.document.getElementById(“username”).value
D.如果表單元素外層無(wú)表單,則可以直接使用username.value
A.document.write()
B.window.write()
C.document.confirm()
D.write “The Undefined Function”
A.window.exit()
B.window.shutdown()
C.window.end()
D.window.close()
A.pArray
B.this
C.function
D.*pNumber
最新試題
H5中的屬性值必須用雙引號(hào)括起來(lái)。
iframe有開始和結(jié)束標(biāo)簽。
用于定義列表的主元素標(biāo)簽是()
H5中標(biāo)簽區(qū)分大小寫。
()用于表示一個(gè)已知最大值和最小值的計(jì)數(shù)器
可以設(shè)置文本方向的有()
用于設(shè)置隱藏網(wǎng)頁(yè)元素的代碼有()
用于定義網(wǎng)頁(yè)標(biāo)題的元素標(biāo)簽是()
()用于播放視頻
XML文檔標(biāo)簽之間可以交叉引用。