PHP 实现301转向代码 $url=""];header("HTTP/1.1 301 Moved Permanently");header ("Location:$url");?>