历史记录。返回并刷新
我希望拥有 History.back();
功能并完全刷新上一页。
知道如何做到这一点(并使其在 IE、FF 和 Chrome 中工作)。
I would like to have the History.back();
functionality with a complete refresh of previous page.
Any idea how to do that (and make it work in IE, FF and Chrome).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以重定向(通过 window.location)到 document.referrer
,即
Internet Explorer 修复将引用地址传递到特定位置:
You could redirect (by window.location) to document.referrer
i.e.
Internet Explorer fix for passing referrer to a particular location:
您还可以使用位置 Replace() 方法:
You can also use the location replace() method: