如:new Date('2019-09-04 09:00:41') 得到的是 Invalid Date
使用 new Date('2019/09/04 09:00:41') 是正常的
MDN: a simplification of the ISO 8601 calendar date extended format
read moreThe standard string representation of a date time string is a simplification …




