var stateObject = {};
var title = "";
var newUrl = "/";
history.pushState(stateObject,title,newUrl);

相关文章: