要解决这个问题,可以使用以下方法之一:
window.location.replace(url)
方法,它将在不跳转的情况下更新URL。这意味着浏览器的历史记录中不会创建新的条目。window.location.replace(url);
window.history.replaceState(state, title, url)
方法,它将在不跳转的情况下更新URL,并且可以修改浏览器的历史记录。window.history.replaceState({}, '', url);
event.preventDefault()
方法来阻止默认的URL跳转行为。event.preventDefault();
无论选择哪种方法,都需要在JavaScript中使用它们。请根据你的具体情况选择适合你的方法。