在chrome中,Date的构造函数支持TZ格式字符串作为参数
如: new Date('2020-07-10T10:41:25.000+0800').getTime()
Chrome
在IE中,则不支持
IE(例子中版本为ie11)
node亦可支持
Node
在chrome中,Date的构造函数支持TZ格式字符串作为参数
如: new Date('2020-07-10T10:41:25.000+0800').getTime()
Chrome
在IE中,则不支持
IE(例子中版本为ie11)
node亦可支持
Node
本文标题:Date对象构造函数在不同浏览器的兼容性
本文链接:https://www.haomeiwen.com/subject/ifmthktx.html
网友评论