下划线.JS - 映射对象



下划线.JS 具有许多易于使用的方法,有助于映射对象。本章将详细讨论这些方法。

下划线.JS 提供了各种方法来处理对象映射,如下所列 −

序号 方法和语法
1 keys

_.keys(object)

2 allKeys

_.allKeys(object)

3 values

_.values(object)

4 mapObject

_.mapObject(object, iteratee, [context])

5 pairs

_.pairs(object)

6 invert

_.invert(object)

7 create

_.create(prototype, props)

8 functions

_.functions(object)

9 findKey

_.findKey(object, predicate, [context])

广告