Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我尝试使用 new Date(string). 我什至使用Date.parse(string)它响应错误
new Date(string)
Date.parse(string)
我发现日期和时间相差约 50 小时。例如我给2021/04/20 13:30:00 +430但得到1618770600000
谢谢你