单项选择题
A.Object.prototype.slice.call(arguments)B.Object.prototype.isPrototypeOf.call(arguments)C.Object.prototype.toString.call(arguments)D.Object.prototype.splice.call(arguments)
有如下程序var x;function x(){}console.log(x);x=1;console.log...
单项选择题有如下程序var x;function x(){}console.log(x);x=1;console.log(x);以上输出结果为 ()
A.undefined function x(){}B.1function x(){}C.function x(){},1D.undeinfed 1
下列能去除字符串 ab 首尾空格正则表达式为 ()A.AB.BC.CD.D
下列能去除字符串' ab '首尾空格正则表达式为 ()
A.AB.BC.CD.D
以下式console.log(1+{a:1})输出结果为 ()A.11B.2C.1[object Object...
单项选择题以下式console.log(1+{a:1})输出结果为 ()
A.11B.2C.1[object Object]D.NaN