- Lodash Tutorial
- Lodash - Home
- Lodash - Overview
- Lodash - Environment Setup
- Lodash - Array
- Lodash - Collection
- Lodash - Date
- Lodash - Function
- Lodash - Lang
- Lodash - Math
- Lodash - Number
- Lodash - Object
- Lodash - Seq
- Lodash - String
- Lodash - Util
- Lodash - Properties
- Lodash - Methods
- Lodash Useful Resources
- Lodash - Quick Guide
- Lodash - Useful Resources
- Lodash - Discussion
Lodash - 方法
本章详细讨论 lodash 属性。
先生。 | 方法和语法 |
---|---|
1 | _.VERSION - (字符串):语义版本号。 |
2 | _.templateSettings - (对象):默认情况下,lodash 使用的模板分隔符类似于嵌入式 Ruby (ERB) 以及 ES2015 模板字符串中的分隔符。更改以下模板设置以使用替代分隔符。 |
3 | _.templateSettings.escape - (RegExp):用于检测要进行 HTML 转义的数据属性值。 |
4 | _.templateSettings.evaluate - (RegExp):用于检测要评估的代码。 |
5 | _.templateSettings.imports - (对象):用于将变量导入到已编译的模板中。 |
6 | _.templateSettings.interpolate - (RegExp):用于检测要注入的数据属性值。 |
7 | _.templateSettings.variable - (字符串):用于引用模板文本中的数据对象。 |