let url = window.location.href
if(url.indexOf("?")!=-1){
url = url.replace(/(\?|#)[^'"]*/, '');
window.history.pushState({},0,url);
}
微信扫一扫
let url = window.location.href
if(url.indexOf("?")!=-1){
url = url.replace(/(\?|#)[^'"]*/, '');
window.history.pushState({},0,url);
}
相关推荐