ホームページ >バックエンド開発 >PHPチュートリアル >PHP Webページのリダイレクトを実装する方法
PHP Webページリダイレクトの実装方法
1、header("Location: http://www.baidu.com"); //Location:之后有“空格”2、echo "<script>window.location = " 3、echo "<METAHTTP-EQUIV=\"Refresh\" CONTENT=\"0; URL=http://www.baidu.com\">";