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
A. 兩種,for 循環(huán)和 while 循環(huán)
B. 四種,for 循環(huán)、while 循環(huán)、do...while 循環(huán)以及 loop...until 循環(huán)
C. 一種,for 循環(huán)
A. if =! 5 then
B. if <>5
C. if (i <> 5)
D. if (i != 5)
A. if (i==5)
B. if i=5 then
C. if i=5
D. if i==5 then
A.call function myFunction
B.call myFunction()
C.myFunction()
最新試題
下列Date對(duì)象方法中,用于獲取年份的方法是()
下列選項(xiàng)中,屬于img元素內(nèi)置屬性的有()
下列選項(xiàng)中,屬于清除定時(shí)器方法的有()
下面關(guān)于classList.remove()方法說(shuō)法錯(cuò)誤的是()
下列選項(xiàng)中,JavaScript可以實(shí)現(xiàn)的交互效果有()
可以在HTML文檔中輸出內(nèi)容的是()
下列選項(xiàng)中,可以用來(lái)獲取和設(shè)置占位隱藏的元素文本內(nèi)容的屬性是()
事件從目標(biāo)節(jié)點(diǎn)自上而下向document節(jié)點(diǎn)傳播的階段是()
下列選項(xiàng)中,關(guān)于節(jié)點(diǎn)的層級(jí)說(shuō)法正確的有()
下列選項(xiàng)中,哪些情況屬于跨域請(qǐng)求()