_.delay
_.delay(func, wait, [args])_.delay(function(text) {
console.log(text);
}, 1000, 'later');
// => 一秒后输出 'later'。Last updated
_.delay(func, wait, [args])_.delay(function(text) {
console.log(text);
}, 1000, 'later');
// => 一秒后输出 'later'。Last updated