localStorage什么时候被浏览器清理?

发布于 2024-10-07 01:58:22 字数 47 浏览 2 评论 0原文

关闭浏览器后,localStorage 是否会被清理?

Is localStorage cleaned after I close my browser?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

本宫微胖 2024-10-14 01:58:22

不,默认情况下不应该清理它。如果您手动清洁它可能会被清洁。关闭浏览器后,私人/隐身浏览也会清除它。

No, it should not be cleaned by default. It might get cleaned if you cleaned it manually. Also private/inkognito browsing cleans it after you close the browser.

云裳 2024-10-14 01:58:22

不,那时还没有清理干净(这有点违背了要点!)。

...除非您在某种隐私模式下浏览,在这种情况下,浏览器可能会清除它,这可能会因浏览器的实现方式而异,并且肯定会随着时间的推移而变化...因为它们都处理“私人模式”不同。

另一方面,如果您想要清除它,有一个方法:localStorage.clear()

No, it's not cleaned then (that would kind of defeat the point!).

...unless you're browsing in some sort of privacy mode, in which case the browser may clear it, this may vary by browser as to how it's implemented,and certainly will vary over time...since they all handle the "private mode" differently.

On the other hand if you want to clear it, there is a method: localStorage.clear()

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文