单项选择题
()能将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)
点击查看答案&解析
