当前位置:网站首页>Typescript get timestamp

Typescript get timestamp

2022-07-05 07:14:00 Just as young

The code is as follows :

// Time stamp 
let timestamp = Date.parse(new Date().toString());
console.log('timestamp: ' + timestamp);
原网站

版权声明
本文为[Just as young]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202140559379577.html