📅  最后修改于: 2022-03-11 15:02:06.630000             🧑  作者: Mango
if (history.pushState) {
var newurl = window.location.protocol + "//" + window.location.host + window.location.pathname + '?myNewUrlQuery=1';
window.history.pushState({path:newurl},'',newurl);
}