1.用iframe、弹出子页面刷新父页面iframe
parent.location.reload();
2.弹出子页面
window.opener.location.reload();
3.子窗口刷新父窗口
self.opener.location.reload();
4.刷新以open()方法打开的窗口
window.opener.location.href=window.opener.location.href;
博客园 © 2004-2025 浙公网安备 33010602011771号 浙ICP备2021040463号-3