摘要: localStorage. 阅读全文
posted @ 2018-04-27 16:26 MiraclesGG 阅读(1659) 评论(0) 推荐(0)
摘要: 设置数据: arr = [1,2,3,4,5,6,7,8,9]; localStorage.setItem('array', JSON.stringify(arr)); 取出数据: localStorage.getItem('array'); 实例: 添加数据保存后,提交到LocalStorage储 阅读全文
posted @ 2018-04-27 15:56 MiraclesGG 阅读(1364) 评论(0) 推荐(0)
摘要: Document 阅读全文
posted @ 2018-04-27 11:45 MiraclesGG 阅读(334) 评论(0) 推荐(0)