Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可能有一个非常简单的问题,但我无法在任何地方找到答案。
当我通过 history.go 使用 javascript 重定向时,如何确保浏览器不使用它的浏览器缓存但实际上重新加载了该页面?
或者换一种说法:是否可以将以前访问过的页面存储为字符串,然后通过 window.location 将用户重定向到该页面?或者这不是我的问题的解决方案?
完全取决于浏览器的实现。这与使用浏览器的后退或前进按钮相同。最有可能使用缓存。这是一个很好的链接。我希望你在那里找到你的答案。
返回 html 缓存历史记录