#include1.相关代码实现#include #include
//使用示例
/*
int main(int argc, char *argv[]) {
CURLcode code;
std::string r1 = get("http://qtdebug.com/html/data.json");
qDebug() << QString::fromUtf8(r1.data());
qDebug() << "-----------------------


