如何改变地址栏参数不跳转页面或刷新页面
程序员文章站
2024-01-05 13:04:28
使用 history.replaceState(null, "title","arg"); 例如: history.replaceState(null, "",'?category_id=0'+'&page='+pageIndex); ......
使用
history.replacestate(null, "title","arg");
例如:
history.replacestate(null, "",'?category_id=0'+'&page='+pageindex);