CURLOPT_NOBODY : 如果你不想在輸出中包含body部分,設定這個選項為一個非零值。 ... curl_setopt($ch, CURLOPT_NOBODY, false); curl_exec($ch);
確定! 回上一頁