摘要: SendHttpPost(string& strUrl, string& strPost, string& strResponse, int nTimeOut) { CURLcode res; CURL* curl = curl_easy_init(); if(NULL == curl) { return CURLE_FAILED_INIT; } if (nTimeOut < ... 阅读全文
posted @ 2018-03-02 10:24 cicero 阅读(914) 评论(0) 推荐(0) 编辑