只需一步,快速开始
有问题找客服
微信号:bcdaren01
QQ客服:1250121864
关注公众号
查看小程序
淘宝店铺
签到天数: 14 天
[LV.3]偶尔看看II
522
536
2345
滴水大师
#include <urlmon.h> #pragma link "w32inet.lib"
int main() { HRESULT hRet=URLDownloadToFile(0,"http://www.1111.com/abc.exe","d://abc.exe",0,0); if(hRet==S_OK) { printf("Download OK!/n"); } else { printf("Download Failed!/n"); } return 0; }
使用道具 举报
本版积分规则 发表回复 回帖并转播 回帖后跳转到最后一页