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.szyuning.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 (中国标准时间)