首页| 论坛| 消息
主题:qt Android 实现https请求,请大虾们给个实现思路,谢谢
回帖:QUrl url("http://apis.juhe.cn/lottery/query?xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx");
auto replay = Http::instance().get(url);
connect(replay, &HttpReply::data, this, &QDoubleColorBallManager::onData);
connect(replay, &HttpReply::error, this, &QDoubleColorBallManager::onError);
我记得有个http库。纯C语言写的。具体git地址忘记了。
下一楼›:libcurl
‹上一楼:http://www.qtcn.org/bbs/read-htm-tid-88477.html

查看全部回帖(4)
«返回主帖