try{

  top.location.hostname;

  if (top.location.hostname != window.location.hostname) {

    top.location.href =window.location.href;

  }

}

catch(e){

  top.location.href = window.location.href;

}

相关文章:

  • 2022-12-23
  • 2021-06-29
  • 2021-10-03
  • 2022-12-23
  • 2022-12-23
  • 2022-03-02
  • 2021-05-18
  • 2021-09-22
猜你喜欢
  • 2022-02-22
  • 2022-01-29
  • 2021-06-26
  • 2022-12-23
  • 2022-02-03
  • 2021-08-28
相关资源
相似解决方案