parent.layer.closeAll(); //关闭父级弹窗
window.parent.location.reload(); //刷新父级页面
parent.layer.closeAll(function(){ //关闭所有层并执行回调
window.parent.location.reload();
});
Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!