单项选择题

()能将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)