标签:const new bsp mon ons minutes seconds date eth
const current = new Date().getFullYear() +
‘-‘ +
(new Date().getMonth() + 1) +
‘-‘ +
new Date().getDate() +
‘-‘ +
new Date().getHours() +
‘:‘ +
new Date().getMinutes() +
‘:‘ + new Date().getSeconds()
标签:const new bsp mon ons minutes seconds date eth
原文地址:https://www.cnblogs.com/zjxzhj/p/14493485.html