静态资源存储在localStorage有什么缺点1.localStorage一般只能存5m。2.老的浏览器不支持HTML5。3.有些浏览器如果使用无痕浏览模式会禁用localStorage的setItem方法。建议:用localStorage作为一个不可靠的缓存使用,优化性能(如:缓存ajax请求),而不是作为数据库使用。有build一个项目封装了下localStorage作为缓存使用:https://github.com/WQTeam/web-storage-cache1.localstorage一...
更新时间:2024-11-27标签: 本地数据库优缺点有哪些静态资源存储在localStorage有什么缺点 全文阅读