JS_0017:JS获取当前毫秒数,时间戳

2021-01-25 11:16

阅读:699

标签:console   时间戳   输出   col   pre   nbsp   code   时间   var   

1,

var now = timestamp = Date.parse(new Date()) / 1000;
console.log(now);

输出: 1593856981

 

JS_0017:JS获取当前毫秒数,时间戳

标签:console   时间戳   输出   col   pre   nbsp   code   时间   var   

原文地址:https://www.cnblogs.com/eliteboy/p/13235962.html


评论


亲,登录后才可以留言!