删除浏览器历史记录
如何删除浏览器历史记录?有没有什么解决方案,使用 JavaScript 或者其他什么?
How to delete browser history? Is there any solution, using JavaScript or anything else?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
不,这对于 JavaScript 来说绝对是不可能的,因为这将是一个很大的安全漏洞 - 您访问的任何网站都可以删除您的历史记录。
您可以从浏览器 UI 或使用浏览器插件来完成此操作,但这取决于浏览器。
也许您可以解释一下您的问题是什么,然后我们也许可以提供更好的帮助。
No, this is definitely not possible from JavaScript, as it would be a big security hole - any website you visit could delete your history.
You can do it from the browser UI, or by using a browser plugin, but that depends on the browser.
Maybe you can explain what your problem is, then we may be able to help better.
当您返回后退按钮历史记录中的第一页,然后将 URL 更改为所需页面时,浏览器历史记录将被清除。这可以通过以下代码来实现。
When you go back to the first page in the back button history and then change the url to your desired page, then the browser history gets cleared. This can be achieved with following piece of code.