用 file_get_contents 发送请求
$url='http://www.zixuephp.net'; $content= file_get_contents($url); if($content){ echo 'GET 请求发送成功!'; }
(http://www.thinksite.cn/index.php?m=content&c=index&a=lists&catid=16)