1         $(function () {
2             window.onbeforeunload = function (event) {
3                 window.opener.location.href = window.opener.location.href;
4                 self.opener.location.reload(true); 
5             };
6         })

 

相关文章:

  • 2022-12-23
  • 2021-11-02
  • 2022-12-23
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2021-09-13
  • 2022-03-09
  • 2022-12-23
  • 2022-12-23
  • 2021-12-21
  • 2022-12-23
  • 2021-10-04
相关资源
相似解决方案