//刷新当前窗口

self.location.reload();
history.go(0);
location.reload();
//刷新父窗口
parent.location.reload();
//弹出窗口刷新父窗口
aaa.location.reload();
 

使用window.location.replace() or window.location.href(), 来重新加载此页面不出现提示框

相关文章:

  • 2022-12-23
  • 2021-09-03
  • 2021-11-22
  • 2021-07-12
  • 2022-12-23
  • 2021-07-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-02
  • 2021-09-09
  • 2022-12-23
相关资源
相似解决方案