window.open关闭后刷新父页面
时间:2020-07-22 18:58:03
收藏:0
阅读:248
window.onbeforeunload = function (event) { window.opener.location.href = window.opener.location.href; //self.opener.location.reload(true); };
原文:https://www.cnblogs.com/hofmann/p/13362230.html
评论(0)