更多“如何在JavaScript中添加注释?()A、' This is a commentB、!--This is a comment--C、//This is a comment”相关问题
  • 第1题:

    有关JavaScript语句,下列说法正确的是()

    • A、单行注释语句是在需要注释的行前面用//
    • B、多行注释语句是在需要注释的文字两端加/* 注释文字*/
    • C、with语句的功能是为一段程序建立默认对象
    • D、JavaScript中没有if...else语句
    • E、JavaScript中只有while语句,而没有do...while语句

    正确答案:A,B,C

  • 第2题:

    如何在渐变中添加颜色?


    正确答案: 在渐变调板中,渐变色条下单击,添加一个色标,然后在颜色调板中选择一个颜色。或者在色板中,按Alt或Option键单击一个色块,变更颜色色标。

  • 第3题:

    在XSL中加入注释,需要用到()标记。

    • A、xsl:comment
    • B、xsl:element
    • C、xsl:attribute
    • D、xsl:processing-instruction

    正确答案:A

  • 第4题:

    如何在CSS文件中插入注释()

    • A、//this is a comment
    • B、//this is a comment//
    • C、/*this is a comment*/
    • D、this is a comment

    正确答案:C

  • 第5题:

    如何在 JavaScript 中添加注释?()

    • A、 ' This is a comment 
    • B、 <!--This is a comment--> 
    • C、 //This is a comment 

    正确答案:C

  • 第6题:

    在CSS样式文件中的注释正确的是()。

    • A、// this is a comment //
    • B、// this is a comment
    • C、/* this is a comment */
    • D、/’ this is a comment

    正确答案:C

  • 第7题:

    填空题
    JavaScript的注释写法是()。

    正确答案: /*注释*/
    解析: 暂无解析

  • 第8题:

    填空题
    在JavaScript语言中,单行注释所使用的标识符是()

    正确答案: //
    解析: 暂无解析

  • 第9题:

    单选题
    在CSS样式文件中的注释正确的是()。
    A

    // this is a comment //

    B

    // this is a comment

    C

    /* this is a comment */

    D

    /’ this is a comment


    正确答案: D
    解析: 暂无解析

  • 第10题:

    单选题
    下面()是JAVA语言中的有效注释。
    A

    /this is a comment/

    B

    --this is a comment

    C

    this is a comment

    D

    /--this is a comment


    正确答案: C
    解析: 暂无解析

  • 第11题:

    单选题
    可插入多行注释的 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-->


    正确答案: C
    解析: 暂无解析

  • 第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中对文本进行注释的正确方法是()。

    • A、/*文本*/
    • B、//文本
    • C、%文本
    • D、<!--文本-->

    正确答案:D

  • 第15题:

    下面()是JAVA语言中的有效注释。

    • A、/this is a comment/
    • B、--this is a comment
    • C、this is a comment
    • D、/--this is a comment

    正确答案:A

  • 第16题:

    可插入多行注释的 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

  • 第17题:

    JavaScript多行注释以/*开始,以*/结尾。()


    正确答案:正确

  • 第18题:

    Photoshop CS5只能添加文字注释,不能添加语音注释


    正确答案:错误

  • 第19题:

    单选题
    XML中的注释(COMMENT)用来对程序进行解释说明,XML处理器不对它们进行任何处理,那么在XML中对文本进行注释的正确方法是()。
    A

    /*文本*/

    B

    //文本

    C

    %文本

    D

    <!--文本-->


    正确答案: C
    解析: 暂无解析

  • 第20题:

    单选题
    如何在 JavaScript 中添加注释?()
    A

     ' This is a comment 

    B

     <!--This is a comment--> 

    C

     //This is a comment 


    正确答案: B
    解析: 暂无解析

  • 第21题:

    判断题
    服务器端处理脚本程序时,JavaScript中的注释被送到浏览器。
    A

    B


    正确答案:
    解析: 暂无解析

  • 第22题:

    判断题
    JavaScript多行注释以/*开始,以*/结尾。()
    A

    B


    正确答案:
    解析: 暂无解析

  • 第23题:

    (难度:中等)JavaScript的注释可以使用﹤!--->方式

    答案:(no)