会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
郭好好
首页
新随笔
管理
2021年11月1日
Linux下C++调用后端接口
摘要: 适用场景: C++调动后端接口,给后端发送请求时。 1. 安装相应库 sudo apt-get install curl sudo apt-get install libcurl4-openssl-dev 2. 引入头文件 #include<curl/curl.h> 3. 使用curl相应的函数发送
阅读全文
posted @ 2021-11-01 22:50 郭好好GH
阅读(196)
评论(0)
推荐(0)
公告