“php实现301跳转” 内容纲要 <?php header(‘HTTP/1.1 301 Moved Permanently’);//发出301头部 header(‘Location:sign.php?example=login’);//跳转到登录页面 分享到:TwitterFacebook赞过:赞 正在加载…… 相关