一、在函数调用时使用拓展运算符。 其它:https://blog.csdn.net/xiaxiangyun/article/details/80244499 1.1以前如果我们想将数组元素迭代为函数参数使用,一般使用Function.prototype.apply的方式。……