gpt4 book ai didi

caching - 如何清除 Internet Explorer 8 中的本地存储值

转载 作者:行者123 更新时间:2023-12-02 15:55:22 25 4
gpt4 key购买 nike

我使用 IE8 和 jstorage 库来存储数据来代替 cookie。这一切都很好,直到我想清除存储的值。在 Chrome 中,可以通过导航到内容设置页面来实现此操作。然而,在 IE8 中,它仅提供清除 cookie 的选项,而不会清除我存储在本地存储中的值。

有什么想法可以清除这些数据吗?我不想显示“清除缓存”按钮

最佳答案

IE Developer toolbar的控制台面板中尝试localStorage.clear() 。它返回“未定义”,但似乎清除了本地存储。

It is worth mentioning that this function only clears the localStorage of the domain of the current window, not all localStorage values for the browser.

Example: (IE8 issue) If you're website is loading external content within an iFrame, localStorage.clear() won't clear that domain inside of the iFrame unfortunately.

关于caching - 如何清除 Internet Explorer 8 中的本地存储值,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12352524/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com