JavaScript getTime() 方法

Date 对象参考手册 JavaScript Date 对象

实例

返回距 1970 年 1 月 1 日之间的毫秒数:

var d = new Date();
var n = d.getTime();

n 输出结果:

点我分享笔记