关闭自定义 Div+Iframe弹窗 :window.parent.$("div的id/class/name").remove();//移除div
关闭Iframe弹窗:window.parent.getElementById("放Ifarme的id").style.display = "none";//隐藏Iframe弹窗
关闭Iframe弹窗并刷新:parent.location.reload();
关闭自定义 Div+Iframe弹窗 :window.parent.$("div的id/class/name").remove();//移除div
关闭Iframe弹窗:window.parent.getElementById("放Ifarme的id").style.display = "none";//隐藏Iframe弹窗
关闭Iframe弹窗并刷新:parent.location.reload();