可插入多行注释的JavaScript语法是?
举一反三
- 可插入多行注释的JavaScript语法是? A: /*Thiscommenthasmorethanoneline*/ B: //Thiscommenthasmorethanoneline// C:
- 可插入多行注释的JavaScript语法是()。 A: //Thiscommenthasmorethanoneline// B: /*Thiscommenthasmorethanoneline*/ C: ; D: ///Thiscommenthasmorethanoneline
- JavaScript为代码添加多行注释的语法为( )。 A: ; B: // C: /* */
- 在JavaScript中为代码添加多行注释的语法是 A: B: // C: /* */ D: #
- JavaScript的多行注释中可以嵌套多行注释。( )。