主题
_.stubString()
此方法返回一个空字符串。
¥This method returns an empty string.
¥Since
4.13.0
¥Returns
(字符串):返回空字符串。
¥(string): Returns the empty string.
¥Example
_.times(2, _.stubString); // => ['', '']