如何在JavaScript中添加注释?()
第1题:
有关JavaScript语句,下列说法正确的是()
第2题:
如何在渐变中添加颜色?
第3题:
在XSL中加入注释,需要用到()标记。
第4题:
如何在CSS文件中插入注释()
第5题:
如何在 JavaScript 中添加注释?()
第6题:
在CSS样式文件中的注释正确的是()。
第7题:
第8题:
第9题:
// this is a comment //
// this is a comment
/* this is a comment */
/’ this is a comment
第10题:
/this is a comment/
--this is a comment
this is a comment
/--this is a comment
第11题:
/*This comment has more than one line*/
//This comment has more than one line//
<!--This comment has more than one line-->
第12题:
( 难度:中等)如何在 JavaScript 中添加注释
A.This is a comment
B.<!--This is a comment-->
C.//This is a comment
D./*This is a comment*/
答案:ACD
第13题:
服务器端处理脚本程序时,JavaScript中的注释被送到浏览器。
第14题:
XML中的注释(COMMENT)用来对程序进行解释说明,XML处理器不对它们进行任何处理,那么在XML中对文本进行注释的正确方法是()。
第15题:
下面()是JAVA语言中的有效注释。
第16题:
可插入多行注释的 JavaScript 语法是?()
第17题:
JavaScript多行注释以/*开始,以*/结尾。()
第18题:
Photoshop CS5只能添加文字注释,不能添加语音注释
第19题:
/*文本*/
//文本
%文本
<!--文本-->
第20题:
' This is a comment
<!--This is a comment-->
//This is a comment
第21题:
对
错
第22题:
对
错
第23题:
(难度:中等)JavaScript的注释可以使用﹤!--->方式
答案:(no)