Underscore.JS - 函数链



Underscore.JS 具有创建方法链,然后检索有效结果的方法。本章将详细探讨它们。

Underscore.JS 提供多种实用工具,如下所示:

序号 方法和语法
1

_.chain(object)

2 value

_.chain(obj).value()

广告