赞 | 2 |
VIP | 143 |
好人卡 | 1 |
积分 | 1 |
经验 | 216792 |
最后登录 | 2019-10-10 |
在线时间 | 24 小时 |
Lv1.梦旅人
- 梦石
- 0
- 星屑
- 61
- 在线时间
- 24 小时
- 注册时间
- 2008-8-5
- 帖子
- 1924
|
输入文字:搜索“完美输入法”
保存在网络空间中:FTP 或 HTTP 协议可以用 InternetOpen,以及后续的一系列函数
InternetOpen:http://msdn.microsoft.com/en-us/library/aa384363%28VS.85%29.aspx
后续:
* InternetConnect - Opens a FTP, Gopher, or HTTP session to a given site.
* InternetReadFile - Reads data from a handle on a site.
* InternetWriteFile - Writes data to an open Internet file.
* FTPGetFile - Retrieves a file from a FTP site and saves it locally.
* FTPRenameFile - Renames a file on a FTP site.
就不给链接了,自行在 MSDN 搜索即可 |
评分
-
查看全部评分
|