... $cookie); //讀取cookie } //攜帶頭 if(!empty($header)){ curl_setopt($curl, CURLOPT_HTTPHEADER, $header); } //上傳檔案 if(!empty($file)){ ...
確定! 回上一頁