HTML跳转页面方法总结
时间:2010-10-27 来源:ActionBi
<script>window.location.href="www.ecjtu.net"</script>
<?php header("location:../test.php"); ?>
<%
response.redirect "../a.asp"
response.redirect "../b.asp"
%>
相关阅读 更多 +
时间:2010-10-27 来源:ActionBi
<script>window.location.href="www.ecjtu.net"</script>
<?php header("location:../test.php"); ?>
<%
response.redirect "../a.asp"
response.redirect "../b.asp"
%>