- Underscore.JS 教程
- Underscore.JS - 主页
- Underscore.JS - 概览
- Underscore.JS - 环境设置
- Underscore.JS - 迭代集合
- Underscore.JS - 处理集合
- Underscore.JS - 迭代数组
- Underscore.JS - 处理数组
- Underscore.JS - 函数
- Underscore.JS - 映射对象
- Underscore.JS - 更新对象
- Underscore.JS - 比较对象
- Underscore.JS - 实用工具
- Underscore.JS - 链式调用
- Underscore.JS 有用资源
- Underscore.JS - 快速指南
- Underscore.JS - 有用资源
- Underscore.JS - 讨论
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]) |
广告