网友您好, 请在下方输入框内输入要搜索的题目:

题目内容 (请给出正确答案)
( 难度:中等)如何在 JavaScript 中添加注释
A.This is a comment
B.<!--This is a comment-->
C.//This is a comment
D./*This is a comment*/

参考答案

更多 “( 难度:中等)如何在 JavaScript 中添加注释A.This is a commentB.<!--This is a comment-->C.//This is a commentD./*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 只能用在浏览器中