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

localStorage

时间:2016-11-29 07:22:05      阅读:146      评论:0      收藏:0      [点我收藏+]

标签:osc   article   时间函数   nbsp   highlight   details   ora   date   tor   

将数组转换成json后,存入localStorage

https://my.oschina.net/crazymus/blog/371757

http://blog.csdn.net/u011413061/article/details/49999785 

时间函数:

function compareTime(myTime) {
        var currentTime = new Date;
        var myArray = Array();
        myArray[0] = currentTime.getFullYear();
        myArray[1] = currentTime.getMonth();
        myArray[2] = currentTime.getDate();
        myArray[3] = currentTime.getHours();
        myArray[4] = currentTime.getMinutes();
        myArray[5] = currentTime.getSeconds();
        for (var i in myArray){
            console.log("myArray"+[i]+": "+myArray[i]);
        }
        for (var x=0; x<4 ; x++){
            if (myArray[x]);
        }
     }

  

localStorage

标签:osc   article   时间函数   nbsp   highlight   details   ora   date   tor   

原文地址:http://www.cnblogs.com/liuyang92/p/6112000.html

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