码迷,mamicode.com
首页 > 其他好文 > 详细

IE8 不支持Date.now()

时间:2014-10-16 12:42:42      阅读:192      评论:0      收藏:0      [点我收藏+]

标签:des   style   blog   http   color   io   os   ar   sp   

Date.now()

返回1970 年 1 月 1日午夜与当前日期和时间之间的毫秒数。

 

以下是微软的描述:

在早于 Internet Explorer 9 的安装版本中不受支持。 但是,在以下文档模式中受到支持:Quirks、Internet Explorer 6 标准、Internet Explorer 7 标准、Internet Explorer 8 标准、Internet Explorer 9 标准和 Internet Explorer 10 标准。 在 Windows 应用商店 应用程序中也受支持。

http://msdn.microsoft.com/zh-cn/library/ie/ff679974(v=vs.94).aspx

 

但是经测试在IE8,标准模式下并未支持!

 1 <!DOCTYPE html>
 2 <html>
 3     <head>
 4         <meta charset="utf-8">
 5         <title>Date.now</title>
 6     </head>
 7     <body>
 8         <h1>Hello world.</h1>
 9         <script>alert(Date.now())</script>
10     </body>
11 </html>

bubuko.com,布布扣

IE8 不支持Date.now()

标签:des   style   blog   http   color   io   os   ar   sp   

原文地址:http://www.cnblogs.com/zhouwenhong/p/4028436.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!