libcurl坑

code = curl_easy_setopt(conn, CURLOPT_URL, ca.strUrl.c_str());

要char* 不能string

原文地址:https://www.cnblogs.com/l2017/p/10078485.html