js获取当前时间戳

// 方法
Date.now()

// 对象方法
new Date().getTime()

// 对象和操作符
+new Date()

你可能感兴趣的:(js获取当前时间戳)