标签:网上 解决 转换 字符 原因 支持 google 解决办法 date
js种 new Date(str)的时候,在google下正常,ie11下异常的解决办法。
在网上找了下,好多人也都遇到过这种问题,主要原因是new Date(str)中str字符串的格式不是“2020/1/4”这种格式,而是“2020-1-4”,需要转换下就可以了,ie11下只支持“2020/1/4”这种格式
js种 new Date(str)的时候,在google下正常,ie11下异常的解决办法
标签:网上 解决 转换 字符 原因 支持 google 解决办法 date
原文地址:https://www.cnblogs.com/sharestone/p/12149680.html