标签: php state browser-history
我有一个例子,比如first.html。它有一个动作设置的形式,比如xyz.php 这个php文件在处理之后发送一个带有位置的header()。现在浏览器抓取页面 现在当我点击后退按钮时,first.html显示 有没有办法摆脱first.html页面并显示历史记录中的其他页面?
答案 0 :(得分:0)
如果您想要替换触发重定向的网页,如果有重定向,您可以使用window.location.replace(newUrl)。
window.location.replace(newUrl)
Here's the documentation for replace