window.history.replaceState({ foo: "/" }, "", "/");
详见官方文档:https://developer.mozilla.org/zh-CN/docs/Web/API/History/replaceState
window.history.replaceState({ foo: "/" }, "", "/");
详见官方文档:https://developer.mozilla.org/zh-CN/docs/Web/API/History/replaceState