📜  window.history - 任何代码示例

📅  最后修改于: 2022-03-11 14:59:23.955000             🧑  作者: Mango

代码示例3
var newurl = window.location.protocol + "//" + window.location.host + window.location.pathname + '?newParameter=1';
window.history.pushState({ path: newurl }, '', newurl);