码迷,mamicode.com
首页 > 编程语言 > 详细

前端开发:JavaScript 存储数据

时间:2018-02-14 10:40:12      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:删除   客户端   dex   store   exe   mis   air   插件   http   

1、store.js(为所有浏览器封装了 LocalStorage,而没有使用 cookies 和 flash。隐秘地使用 localStorage、globalStorage 和用户数据。)

github地址:

<a href="https://github.com/jaywcjlove/store.js">store.js</a>

2、jStorage(jStorage 是一个简单的键值对数据库,用于在浏览器端存储数据。)

github地址:

<a href="https://github.com/andris9/jStorage">jStorage</a>

3、basket.js(用 localStorage 加载和缓存脚本的资源加载器)  

github地址:

<a href="https://github.com/addyosmani/basket.js">basket</a>

4、jquery-cookie(轻量简单的、用于读取、编辑和删除 cookie 的 jQuery 插件)

github地址:

<a href="http://plugins.jquery.com/cookie/">jquery-cookie</a>

5、lawnchair.js(简单的客户端 JSON 存储)

github地址:  

<a href="https://github.com/brianleroux/lawnchair">lawnchair.js</a>

6、DB.js(基于 Promise 的、封装了 IndexedDB 的库)

 github地址:

<a href="http://www.codeforge.cn/article/302156#introduction">DB.js</a>

  

  

前端开发:JavaScript 存储数据

标签:删除   客户端   dex   store   exe   mis   air   插件   http   

原文地址:https://www.cnblogs.com/mhxy13867806343/p/8447890.html

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