curl_setopt($curl, CURLOPT_NOBODY, true); // 忽略內容. 但這樣的話, 用 curl_getinfo($curl, CURLINFO_HTTP_CODE) 也是抓到會出現302,
確定! 回上一頁