摘要:
```
function f(...args){ console.log(args);
} f(1,2,3,4,5)
```  ```
[...args] = [1,2,3,4] function f... 阅读全文
posted @ 2019-01-13 00:43
mmaotai
阅读(256)
评论(0)
推荐(0)

浙公网安备 33010602011771号