std::string curlString; CURL* pCurl = curl_easy_init(); if(!pCurl) return NULL; string outgoingUrl = Url; string postFields = fields; curl_easy_setopt(pCurl, ...
確定! 回上一頁