单项选择题
A.16B.10C.5D.6
()能将arguments转为数组A.Object.prototype.slice.call(argument...
单项选择题()能将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...
单项选择题有如下程序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