console.log(newDate(0));VM655237:1ThuJan01197008:00:00GMT+0800(中國(guó)標(biāo)準(zhǔn)時(shí)間)console.log(newDate("0"));VM655252:1SatJan01200000:00:00GMT+0800(中國(guó)標(biāo)準(zhǔn)時(shí)間)
為什么 JS 中的 new Date("0") 返回的是2000年,而不是1970年?
收到一只叮咚
2019-07-06 22:54:04