window.location.href='' window.location.href=''
HTML如果使用模板frameset, 实现单个子页面让所有页面跳转,可以用这个方法
window.parent.location.href=''
window.top.location.href=''
JavaScript window对象页面跳转
原文:https://www.cnblogs.com/Haidnor/p/12199059.html