Underscore - 内部函数
restArgs(剩余参数)
1 | // 类似于 ES6's 剩余参数 (http://ariya.ofilabs.com/2013/03/es6-and-rest-parameter.html) |
flatten(扁平化)
1 | // Internal implementation of a recursive `flatten` function. |
简不单
1 | // 类似于 ES6's 剩余参数 (http://ariya.ofilabs.com/2013/03/es6-and-rest-parameter.html) |
1 | // Internal implementation of a recursive `flatten` function. |