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.
出于这个原因,我需要删除最新的浏览器历史记录条目,但也欢迎 JS 公开的任何其他操作(添加/删除)当前页面/选项卡的历史记录条目的功能。
我非常怀疑有没有办法。出于安全原因,该window.history对象提供对浏览历史记录的只读访问权限。
window.history
你可以在 IFrame 上使用 location.replace 吗?
使用 javascript 无法做到这一点(在正常参数范围内,您可以尝试利用浏览器错误等,但我怀疑这是这里的想法)