相关考题
-
单项选择题
不属于循环结构的有()。
A.if选择结构
B.for循环
C.while循环
D.do-while循环 -
单项选择题
var x=3;var y="3";console.log(x===y);请问浏览器控制台输出结果为()。
A.true
B.false
C.0
D.1 -
单项选择题
var x=3;var y="3";console.log(x==y);请问浏览器控制台输出结果为()。
A.true
B.false
C.0
D.1
