美文网首页
通过index.html页面实现域名跳转

通过index.html页面实现域名跳转

作者: 断尾壁虎V | 来源:发表于2018-05-08 09:46 被阅读0次

    当我们访问一个URL,任意的URL可以是域名,IP等等,只需要在访问的web 服务器上的index.html中写入如下代码就可以实现任意的跳转,还可以指定端口

    <script language="javascript">
        document.location.href = "http://example.com:6080/";
    </script>
    

    相关文章

      网友评论

          本文标题:通过index.html页面实现域名跳转

          本文链接:https://www.haomeiwen.com/subject/pcrirftx.html