Underscore.js 工具函数
_.now()
now() 一个优化的方式来获得一个当前时间的整数时间戳。可用于实现定时/动画功能。
var _ = require('underscore'); console.log(_.now());
上面示例运行结果如下