location.href 辨析

区分

window.location.href(location.href):当前页面的跳转

parent.location.href:上层页面的跳转 在父页面打开新页面

top.location.href:最外层页面的跳转 在顶层页面打开新页面

参考

js中top.location.href、parent.location.href用法_kakaxiD的博客-CSDN博客

关于js中window.location.href,location.href,parent.location.href,top.location.href的用法_window.parent.href_荣华富贵8的博客-CSDN博客

window.location与window.open()的区别_weixin_30873847的博客-CSDN博客

你可能感兴趣的:(前端,javascript,html)