C++ 访问http接口

添加头文件#include <wininet.h>app 附加库:#pragma comment(lib,"Wininet.lib")post // 发送 int GetURLInternal(LPCSTR lpszUrl, std::string& content) { int result = -1; HINTERNET hSession = InternetOpenA(NULL, INT
相关文章
相关标签/搜索