相关考题
-
单项选择题
在JavaScript中,执行“4==4?4>3:false”的结果是()。
A.true
B.false
C.4〉3
D.4==4 -
单项选择题
在JavaScript中,添加注释正确的是()
A. ///this is a comment
B.〈!--this is a comment --〉
C. //this is a comment
D.“this is a comment’’ -
单项选择题
在JavaScript中,使用注释正确的是()
A./* */
B.〈!-- --〉
C.--
D. \\
