Js中的window.parent ,window.top,window.self 代表的对象

在应用有frameset或者iframe的页面时,parent是父窗口,top是最顶级父窗口(有的窗口中套了好几层frameset或者iframe),self是当前窗口, opener是用open方法打开当前窗口的那个窗口。

原文地址:https://www.cnblogs.com/lhgstudio/p/2232563.html