<PHP学习之路> 跳转

方法一: PHP 跳转

<?php

header("location: https://www.baidu.com");

?>


评论