HTML跳转页面方法总结
<meta http-equiv="refresh" content="3;url=http://192.168.102.28/bbs">
<script>window.location.href="www.ecjtu.net"</script>
<?php header("location:../test.php"); ?>
<%
response.redirect "../a.asp"
response.redirect "../b.asp"
%>