可插入多行注释的 JavaScript 语法是?()A、 /*This comment has more than one line*/ B、 //This comment has more than one line// C、 !--This comment has more than one line--
可插入多行注释的 JavaScript 语法是?()
- 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.//用于单行注释,/*...*/用于多行注释,/**...*/是Java所特有的doc注释B.//用于多行注释,/*...*/用于多行注释,/**...*/是Java所特有的doc注释C.//用于单行注释,/*...*/也用于单行注释,/**...*/不是Java所特有的doc注释D.//用于多行注释,/*...*/用于多行注释,/**...*/是Java所特有的doc注释
下列关于注释选项卡参数叙述正确的是()。A、公差:可标注相同的公差值B、复制对象:可将绘图区目前存在的引线标注,移动到目前编辑的引线标注上C、多行文字:可利用多行文字编辑标注帮助D、块参考:插入以建立的块为注释
有关JavaScript语句,下列说法正确的是()A、单行注释语句是在需要注释的行前面用//B、多行注释语句是在需要注释的文字两端加/* 注释文字*/C、with语句的功能是为一段程序建立默认对象D、JavaScript中没有if...else语句E、JavaScript中只有while语句,而没有do...while语句
单选题可插入多行注释的 JavaScript 语法是?()A /*This comment has more than one line*/ B //This comment has more than one line// C !--This comment has more than one line--