<!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秒后跳转 时间自己改
显示内容跳转到其他页面