1、将以下代码保存为“url.php”;
<php $url = $_GET['url']; header("location: $url"); ?>
2、在html使用时:
<a href="http://www.yoursite.com/url.php?url=http://www.baidu.com"> 百度 </a>