关闭应用程序或重新启动设备时存储数据丢失
保存数据:localstorage.setItem('name', 'value');
当强制关闭应用程序或重新启动设备时,所有存储数据都会丢失。
请帮我解决这个问题。
Save data: localstorage.setItem ('name', 'value');
When forced to close the app or reboot the device, all of the storage data are lost.
Please help me to fix the problem.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果您要保存到 SharedPreferences,则必须提交它才能永久保存。
If you are saving to SharedPreferences, then you have to commit it to save permanently.