Underscore.JS - 实用工具



Underscore.JS 有许多易于使用的实用工具方法。本章将详细介绍它们。

Underscore.JS 提供以下各种实用程序方法 -

序号 方法和语法
1 恒等性

_.identity(value)

2 常量

_.constant(value)

3

_.noop()

4

_.times(n, iteratee, [context])

5 随机

_.random(min, max)

6 混合

_.mixin(object)

7 迭代

_.iteratee(value, [context])

8 唯一标识符

_.uniqueId([prefix])

9 转义

_.escape(string)

10 取消转义

_.unescape(string)

11 结果

_.result(object, property, [defaultValue])

12 现在

_.now()

13 模板

_.template(templateString, [settings])

广告