A. /*This comment has more than one line*/
B. //This comment has more than one line//
C. <!--This comment has more than one line-->
您可能感興趣的試卷
你可能感興趣的試題
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
最新試題
下列選項中,屬于輸入語句的是()
關(guān)于offset系列屬性和style屬性的說法,正確的是()
下列選項中,屬于清除定時器方法的有()
下列選項中,用于通過控制臺查看結(jié)果的語句是()
下列選項中,利用對象字面量創(chuàng)建對象的說法正確的有()
下列選項中,關(guān)于scroll系列屬性說法正確的有()
下列選項中,屬于服務(wù)器開發(fā)技術(shù)的有()
下列選項中,關(guān)于節(jié)點的層級說法正確的有()
下列選項中,哪些情況屬于跨域請求()
下面關(guān)于classList.remove()方法說法錯誤的是()