Array.prototype.slice.call(argument): 将argument 参数转换为数组格式, 为函数实参的一个集合,数据类型为对象类型 Array.prototype.slice.call(arguments,[,arg1[arg2]])能将具有length属……