getDateTimeString

JS格式化输出当前时间戳:getDateTimeString()

function getDateTimeString() { const now = new Date() const year = now.getFullYear(); const month = now.getMonth() + 1; const day = now.getDay(); cons ......
getDateTimeString 格式 时间
共1篇  :1/1页 首页上一页1下一页尾页