这个方法返回 undefined。
2.3.0
_.times(2, _.noop);// => [undefined, undefined]
_.times(2, _.noop);
// => [undefined, undefined]
关闭