JS格式化输出当前时间戳:getDateTimeString() \ formatDateTime()
摘要:function getDateTimeString() { const now = new Date() const year = now.getFullYear(); const month = now.getMonth() + 1; const day = now.getDate(); con
阅读全文
posted @
2024-01-05 11:06
袜子破了
阅读(92)
推荐(0)