JS 控制子页面刷新父页面

iframe里面的子页,用parent.location.href = parent.location.reload();
如果是window.open 打开就用opener.location.reload();

原文地址:https://www.cnblogs.com/mtsl/p/4234491.html