Lodash

是一个一致性、模块化、高性能的 JavaScript 实用工具库。

“Util” Methods

_.stubString()

这个方法返回一个空字符串。

添加版本

4.13.0

返回

(string): 返回新的空字符串。

例子

_.times(2, _.stubString);
// => ['', '']

数组 Array

集合 Collection

日期 Date

函数 Function

Lang

数学 Math

数字 Number

对象 Object

Seq

字符串 String

实用函数 Util

Properties

Methods