摘要:
ASP:Response.Status="301 Moved Permanently"Response.AddHeader "Location","http://answer.cnblogs.com"Response.EndPHP:header("HTTP/1.1 301 Moved Permanently");header("Location:http://answer.cnblogs.com");exit(); 阅读全文
posted @ 2011-01-04 22:29 answer 阅读(182) 评论(0) 推荐(0) 编辑