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
最新試題
下列選項中,JavaScript可以實現(xiàn)的交互效果有()
下列選項中,當頁面加載完畢后會觸發(fā)的事件是()
下列選項中,運算符“--”可以操作的數(shù)據(jù)類型有()
關于offset系列屬性和style屬性的說法,正確的是()
對于JavaScript的組成部分BOM描述錯誤的是()
Visual Studio Code編輯器簡體中文語言擴展是()
可以用來檢索、替換那些符合某個模式的文本的是()
下列Date對象方法中,用于獲取年份的方法是()
事件從目標節(jié)點自上而下向document節(jié)點傳播的階段是()
下列選項中,用于根據(jù)CSS選擇器獲取元素的方法有()