标签:
杂谈 |
分类: 计算机与 Internet |
可以下载网页或者提交表单
//---------------------------------------------------------------------------
#ifndef HttpUnitH
#define HttpUnitH
#include <string>
using namespace std;
//!下载一个URL并放到body中
bool HttpDownload(string URL,string &body,const
string& post="");
//---------------------------------------------------------------------------
#endif

加载中…