关闭自定义 Div+Iframe弹窗 :window.parent.$("div的id/class/name").remove();//移除div
关闭Iframe弹窗:window.parent.getElementById("放Ifarme的id").style.display = "none";//隐藏Iframe弹窗
关闭Iframe弹窗并刷新:parent.location.reload();
---------------------
作者:FameLee-
来源:CSDN
原文:https://blog.csdn.net/qq_40138785/article/details/81771794
版权声明:本文为博主原创文章,转载请附上博文链接!