js修改瀏覽器url

洋蔥土豆隨心匠發表於2016-04-26

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

相關文章