js跳转整理(简记)

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

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

子刷新父级

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

原文地址:https://www.cnblogs.com/lmaster/p/6776975.html