码迷,mamicode.com
首页 > Web开发 > 详细

HTML 5 本地存储

时间:2015-08-15 21:29:49      阅读:134      评论:0      收藏:0      [点我收藏+]

标签:

 

技术分享
 1 <!DOCTYPE HTML>
 2 <html lang="en-US">
 3 <head>
 4     <meta charset="UTF-8">
 5     <title>检查本地存储</title>
 6     <script type="text/javascript">
 7         function isSupportStorage(){
 8             return "localStorage" in window;
 9         }
10         alert(isSupportStorage());
11     </script>
12 </head>
13 <body>
14     
15 </body>
16 </html>
检查本地存储

 

HTML 5 本地存储

标签:

原文地址:http://www.cnblogs.com/yhdsir/p/4733097.html

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