( 难度:中等)如何在 JavaScript 中添加注释A.This is a commentB.<!--This is a comment-->C.//This is a commentD./*This is a comment*/

( 难度:中等)如何在 JavaScript 中添加注释
A.This is a comment
B.<!--This is a comment-->
C.//This is a comment
D./*This is a comment*/

相关考题:

下列正确地在CSS文件中插入注释的语句是( )。A.//this is a commentB.//this is a comment//C./*this is a comment*/D.this is a comment

如何在CSS文件中插入注释?()A、//this is a commentB、//this is a comment//C、/*this is a comment*/D、’this is a comment

如何在CSS文件中插入注释()A、//this is a commentB、//this is a comment//C、/*this is a comment*/D、this is a comment

可插入多行注释的 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 is a comment B、 !--This is a comment-- C、 //This is a comment

在CSS样式文件中的注释正确的是()。A、// this is a comment //B、// this is a commentC、/* this is a comment */D、/’ this is a comment

如何在JavaScript中添加注释?()A、' This is a commentB、!--This is a comment--C、//This is a comment

单选题如何在 JavaScript 中添加注释?()A ' This is a comment B !--This is a comment-- C //This is a comment

单选题在CSS样式文件中的注释正确的是()。A// this is a comment //B// this is a commentC/* this is a comment */D/’ this is a comment

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

单选题在CSS样式文件中的注释正确的是()。A// this is a comment //B// this is a commentC/* this is a comment */D/’ this is a comment

( 难度:中等)JavaScript中定义函数的关键字是()A.defineB.defC.funcD.function

( 难度:中等)JavaScript中失去焦点的事件是()A.onBlurB.onLoadC.onFocusD.onChange

(难度:中等)JavaScript无法获取HTTP专有Cookie

(难度:中等)JavaScript 单行注释以 // 开头

(难度:中等)JSON是JavaScript 对象标记法

(难度:中等)DOM 允许 JavaScript 更改 HTML 元素的样式

(难度:中等)JavaScript中变量命名为1num是合法的

(难度:中等)JavaScript是多线程语言

(难度:中等)JavaScript是解释性语言

(难度:中等)JavaScript 对大小写不敏感。

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

(难度:中等)JavaScript的变量可以赋予任何类型数据

(难度:中等)在HTML中我们可以使用____元素中放置JavaScript代码

(难度:中等)JavaScript中函数外定义的变量是全局变量

(难度:中等)JavaScript中的函数参数必须定义类型

( 难度:中等)关于javascript 下列说法中错误的是A.Javascript 中没有数据类型B.Javascript 中没有对象C.Javascript 中没有方法D.Javascript 只能用在浏览器中