Underscore.JS - 处理数组


Underscore.JS 有许多易于使用的方法,有助于处理数组。本章详细讨论它们。

Underscore.JS 提供了处理数组的各种方法,如下所示 -

先生。 方法和语法
1 压扁

_.展平(数组,[浅])

2 没有

_.without(数组, *值)

3 联盟

_.union(*数组)

4 路口

_.intersection(*数组)

5 不同之处

_.difference(数组, *其他)

6 独特的

_.uniq(数组, [isSorted], [iteratee])

7 压缩

_.zip(*数组)

8 解压

_.unzip(数组)

9 目的

_.object(列表, [值])

10

_.chunk(数组,长度)

11 范围

_.range([开始], 停止, [步骤])