详解 js 函数中的 arguments

1、什么 arguments 简单来说:arguments 是一个对应于传递给函数的参数的类数组对象 arguments 对象是所有(非箭头)函数中都可用的局部变量。你可以使用arguments 对象