单项选择题
()能将arguments转为数组
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(x);以上输出结果为 ()
单项选择题 下列能去除字符串 ab 首尾空格正则表达式为 ()
单项选择题 以下式console.log(1+{a:1})输出结果为 ()