最佳答案
这两条线有区别吗?
var url = "http://www.google.com/";
window.location = url;
window.location.replace(url);