_.now()
获得 Unix 纪元(1970 1月1日 00:00:00 UTC) 直到现在的毫秒数。
返回时间戳
_.defer(function(stamp) { console.log(_.now() - stamp); }, _.now()); // => 记录延迟函数调用的毫秒数