new Date 兼容性问题
new Date('2022-03-17') Thu Mar17 2022 08:00:00 GMT+0800 (中国标准时间) new Date('2022/03/17') Thu Mar17 2022 00:00:00 GMT+0800 (中国标准时间)
分享名称:new Date 兼容性问题
标题来源:http://www.dvlbo.com/article/dsojhej.html

new Date('2022-03-17') Thu Mar17 2022 08:00:00 GMT+0800 (中国标准时间) new Date('2022/03/17') Thu Mar17 2022 00:00:00 GMT+0800 (中国标准时间)