当前位置:网站首页>Modifying routes without refreshing the interface

Modifying routes without refreshing the interface

2022-06-25 20:09:00 Fu Zongheng

window.history.replaceState({}, 0, `${window.location.href.split("?")[0]}?keyword=${key}`);

remarks :

1. Historical record ( Browser forward and back ) Will not increase .

2. The third parameter is the updated web address , Self stitching

原网站

版权声明
本文为[Fu Zongheng]所创,转载请带上原文链接,感谢
https://yzsam.com/2022/02/202202190507134700.html