<?php
header("Location: http://www.itcast.cn");
exit;
?>
<?php
header('HTTP/1.1 301 Moved Permanently');
header(”Location: http://www.itcast.cn”);
exit;
?>
<?php
header("Location: http://www.itcast.cn",TRUE,301););
exit;
?>
欢迎光临 黑马程序员技术交流社区 (http://bbs.itheima.com/) | 黑马程序员IT技术论坛 X3.2 |