基础
框架
工程化
方向
Go
Node
Python
Java
通用
Appearance
允许函数接收任意数量的参数,保存为一个数组。
function fn(...args) { // ... }
推荐代替 arguments 的使用。
arguments