Underscore.JS - 更新对象


Underscore.JS 有许多易于使用的方法,有助于更新对象。本章详细讨论它们。

Underscore.JS 提供了各种方法来处理对象更新,如下所示 -

先生。 方法和语法
1 延长

_.extend(目标,*源)

2 挑选

_.pick(对象, *键)

3 忽略

_.省略(对象,*键)

4 默认值

_.defaults(对象, *defaults)

5 克隆

_.克隆(对象)

6 轻敲

_.tap(对象,拦截器)

7

_.has(对象,键)

8 财产

_.属性(路径)

9 属性

_.propertyOf(对象)