關閉自定義 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
版權聲明:本文為博主原創文章,轉載請附上博文鏈接!