如果只有脚本导航,Chrome 历史记录 UI 会变灰?(但 window.history 有效)
作者:user2771324 提问时间:3/23/2023
我遇到了一个奇怪的问题,即 Chrome 历史记录 UI 变灰,但 window.history 包含有效的历史记录,当由于 js 而创建历史记录时。 (Chrome 111.0.5563.64(6...
浏览器-历史记录 问答列表
作者:user2771324 提问时间:3/23/2023
我遇到了一个奇怪的问题,即 Chrome 历史记录 UI 变灰,但 window.history 包含有效的历史记录,当由于 js 而创建历史记录时。 (Chrome 111.0.5563.64(6...
作者:Mr. Kenneth 提问时间:8/8/2023
我想在用户重定向后单击后退/前进按钮时执行 js 函数。我在下面有一个半工作功能: detectHistoryEvent(); function detectHistoryEvent() { co...