不积跬步,无以至千里

博客园 首页 新随笔 联系 订阅 管理

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;

posted on 2023-03-10 16:10  Zeroassetsor  阅读(478)  评论(0)    收藏  举报