摘要: 做时间间隔, 发现"YYYY-MM-DD" 格式 "字符串" 会当成世界时间后初始成所在时区的形式 const currentDate = new Date(); const pastDate = new Date("2024-12-27"); console.log(currentDate) co 阅读全文
posted @ 2024-12-27 16:58 青青菜菜 阅读(52) 评论(0) 推荐(0)