let url = window.location.href
if(url.indexOf("?")!=-1){
url = url.replace(/(\?|#)[^'"]*/, '');
window.history.pushState({},0,url);
}
11-29
39
![](https://csdnimg.cn/release/blogv2/dist/pc/img/readCountWhite.png)
let url = window.location.href
if(url.indexOf("?")!=-1){
url = url.replace(/(\?|#)[^'"]*/, '');
window.history.pushState({},0,url);
}