? 本文檔使用 php中文網(wǎng)手冊(cè) 發(fā)布
獲取自 Unix 紀(jì)元(1970年1月1日00:00:00 UTC)以來經(jīng)過的毫秒數(shù)的時(shí)間戳。
2.4.0
(數(shù)字):返回時(shí)間戳(timestamp)。
_.defer(function(stamp) { console.log(_.now() - stamp);}, _.now()); // => Logs the number of milliseconds it took for the deferred invocation.