curl_easy_setopt(curl, CURLOPT_URL, url.c_str()); CURLcode ret ... curl_easy_setopt(curl, CURLOPT_WRITEFUNCTION, WriteCallback); ...
確定! 回上一頁