html页面 跳转其他网址 完整代码
2018年05月10日 5661

代码 精华文章

<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>Document</title> </head> <script> window.location.href="http://meyan.pw/" </script> <body> </body> </html>

不显示内容 直接跳转到其他页面

 

<script> setTimeout("javascript:location.href='xxx.html'", 5000); </script>   内容正常写 脚本里换成上面 这是5秒后跳转 时间自己改

 

显示内容跳转到其他页面

 


- End -




1 条评论
  • 表情
  • 游客你好,回复内容需要 登录 查看!