curl_setopt($curl,CURLOPT_URL,$ _ GET[' URL ']);
curl_setopt($curl,CURLOPT_RETURNTRANSFER,true);
curl_setopt($curl,CURLOPT_USERAGENT," Mozilla/4.0
(兼容;MSIE 6.0windows NT 5.1;SV 1;。凈CLR 1.1.4322;。NET CLR 2 . 0 . 50727)”);
$ output = curl _ exec($ curl);
curl _ close($ curl);
print _ r($ output);