王剑编程网

分享专业编程知识与实战技巧

实现页面的跳转的html代码一网上用户


<!--1-->
<script>window.location.href='网页';</script>
<!--3-->
<script>
        window.location.replace('网页');
    </script>
<!--2-->
<script>
        window.location.assign('网页');
    </script>
<!--4-->
<head>    <meta http-equiv="refresh" content="0;url=网页"></head>
控制面板
您好,欢迎到访网站!
  查看权限
网站分类
最新留言