localstorage:所有浏览器都支持本地存储

时间:2024-07-24 22:42:08
【文件属性】:

文件名称:localstorage:所有浏览器都支持本地存储

文件大小:3KB

文件格式:ZIP

更新时间:2024-07-24 22:42:08

JavaScript

========= #所有浏览器支持lStorage存储 优先级顺序localStorage、globalStorage、cookie 使用方法跟localStorage一样 setItem/getItem/clear/removeItem/key 例如: lStorage.setItem('test', 'test'); lStorage.getItem('test');


【文件预览】:
localstorage-master
----localstorage.js(2KB)
----.gitignore(3KB)
----readme.md(241B)
----.gitattributes(483B)

网友评论