在b页面执行以下js: if (!!(window.history && history.pushState)){ history.replaceState(null, "", "/a页面url"); } });
在b页面执行以下js: