fm-localstorage

1.0.1 • Public • Published

fm-localstorage

安装

执行命令

npm install --save-dev fm-localstorage

或者在 html 中直接引用

<script src="./dist/fm-localstorage.min.js"></script>

使用方法

commonjs

var DS = require('./fm-localstorage');
DS.set(key,value);

global

<script src="./dist/fm-localstorage.min.js"></script>
DS.set(key,value);

api

DS.set(key, value, expire); //expire 过期时间,单位秒
DS.get(key);
DS.getAll();
DS.remove(key);
DS.clear();

Demo

demo: https://ifootmark.github.io/fm-localstorage/test/index.html

License

MIT

© allmeet.net

Package Sidebar

Install

npm i fm-localstorage

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • ifootmark