常用PHP代码总计,想到什么加什么。

获得Url传参,跳转。

 

<?php

 $xx =  $_GET["u"];

 header("Location:".$xx."");

 exit();


?>

原文地址:https://www.cnblogs.com/binlunia/p/11267691.html