01 2024 档案
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) 推荐(0)