<script language="javascript">
    var fromURL = document.referrer;
    if(fromURL.indexOf("localhost:8080")<0) {
        window.location.href="http://localhost:8080/abc/404.htm"
    }
</script>

 <script language="javascript">
    if(location.host!="http://www.eguotong.com") {
            window.location.href="http://localhost:8080/abc/404.htm"
    }
</script>

 

相关文章:

  • 2021-10-25
  • 2021-11-11
  • 2022-12-23
  • 2021-09-08
  • 2022-12-23
  • 2021-04-01
猜你喜欢
  • 2022-12-23
  • 2022-02-11
  • 2022-01-11
  • 2021-06-12
  • 2021-12-08
  • 2022-12-23
  • 2022-01-28
相关资源
相似解决方案