curl_easy_setopt(m_pCURL, CURLOPT_HTTPHEADER, pHeaders); ... // Other setopts res = curl_easy_perform(m_pCURL); curl_slist_free_all(pHeaders);
確定! 回上一頁