延时跳转方法一:
<script type="text/javascript"> setTimeout("window.location.href='index.php'",3000) </script>
延时跳转方法二:
<meta http-equiv="refresh" content="5; url=http://www.zhangweijie.net">
延时跳转方法一:
<script type="text/javascript"> setTimeout("window.location.href='index.php'",3000) </script>
延时跳转方法二:
<meta http-equiv="refresh" content="5; url=http://www.zhangweijie.net">