gpt4 book ai didi

javascript - 如何防止浏览器中的 Ajax/javascript 结果缓存?

转载 作者:可可西里 更新时间:2023-11-01 02:49:25 25 4
gpt4 key购买 nike

如何防止浏览器缓存 Ajax 结果?我有事件触发 Ajax 脚本,仅当浏览器数据已被清除时才显示结果。

在 IE6 和 Firefox 3.0.10 中测试

最佳答案

随机 URL 有效,但有点像 hack。 HTTP 内置了应该有效的解决方案。尝试使用解决方案 indicated here .基本上,设置标题:

"Pragma":            "no-cache",
"Cache-Control": "no-store, no-cache, must-revalidate, post-check=0, pre-check=0",
"Expires": 0,
"Last-Modified": new Date(0), // January 1, 1970
"If-Modified-Since": new Date(0)

关于javascript - 如何防止浏览器中的 Ajax/javascript 结果缓存?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/948828/

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