location.replace(URL)跳转脱离历史记录流;

location.href=url;在历史记录中

 

子刷新父级

parent.location.replace(parent.location.href);

相关文章: