这个方法返回一个空字符串。
概要
_.stubString()
4.13.0
(string): 返回新的空字符串。
_.times(2, _.stubString); // => ['', '']