单项选择题
下面代码的输出是什么?() +true; !"Lydia";
A.1 and false B.false and NaN C.false and false
单项选择题 以下ECMAScript变量命名格式正确的是()
单项选择题 阅读以下代码,在页面中结果是() var s="abcdefg"; alert(s.substring(1,2);
多项选择题 Math.ceil(-3.14);的结果是(),Math.floor(-3.14);的结果是()