Underscore.JS - 实用程序


Underscore.JS 有许多易于使用的实用方法。本章详细讨论它们。

Underscore.JS 提供了各种实用方法,如下所列 -

先生。 方法和语法
1 身份

_.身份(值)

2 持续的

_.常量(值)

3 努普

_.noop()

4

_.times(n, iteratee, [上下文])

5 随机的

_.随机(最小值,最大值)

6 混合

_.mixin(对象)

7 迭代者

_.iteratee(值, [上下文])

8 唯一身份

_.uniqueId([前缀])

9 逃脱

_.escape(字符串)

10 逃脱

_.unescape(字符串)

11 结果

_.结果(对象,属性,[默认值])

12 现在

_。现在()

13 模板

_.template(templateString, [设置])