参考:https://blog.csdn.net/qq_27446553/article/details/52433375

1、a href="_blank" 

     添加属性 rel="noreferrer"

2、window.ope

     var newWindow = window.open("跳转链接");

     newWindow.opener = null;

 

相关文章:

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