arguments 函数传参 12/04/2019 21:19:28 0 Comments 0 ```name(1,2,3);function name() { console.log(arguments)}```