特别简单,直接上代码
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.baidu.com");
exit();
?>
特别简单,直接上代码
<?php
header("HTTP/1.1 301 Moved Permanently");
header("Location: http://www.baidu.com");
exit();
?>
1258

被折叠的 条评论
为什么被折叠?