摘要:
curl_setopt($curl, CURLOPT_HEADER, 1); $data = curl_exec($curl); $headerSize = curl_getinfo($curl, CURLINFO_HEADER_SIZE); // 根据头大小去获取头信息内容 $header = s 阅读全文
摘要:
ini_set("display_errors", "On"); error_reporting(E_ALL & ~E_NOTICE); 阅读全文