Rss & SiteMap

Foxtable(狐表) http://www.foxtable.com

新一代数据库软件,完美融合Access、Foxpro、Excel、vb.net之优势,人人都能掌握的快速软件开发工具!
共4 条记录, 每页显示 10 条, 页签: [1]
[浏览完整版]

标题:图片下载

1楼
fntfgz 发表于:2024/2/28 14:49:00
老师好,我有一个图片地址,请问怎么用ft把它下载下来
https://static-data.eol.cn//upload/svideo/1620633376_7759_thumb.png
我用下面代码,提示https的报错
Network.DownloadFile("https://static-data.eol.cn//upload/svideo/1620633376_7759_thumb.png", "E:\咨询师资料\院校图片.png")

2楼
有点蓝 发表于:2024/2/28 14:55:00
Net.ServicePointManager.SecurityProtocol = Net.SecurityProtocolType.Tls11
Dim hc As New HttpClient("https://static-data.eol.cn//upload/svideo/1620633376_7759_thumb.png")
If hc.GetFile("D:\问题\123.jpg") Then
    MessageBox.show("文件下载成功", "提示")
Else
    MessageBox.show("文件下载失败", "提示")
End If
3楼
fntfgz 发表于:2024/2/28 15:02:00
Net.ServicePointManager.SecurityProtocol = Net.SecurityProtocolType.Tls11
Dim hc As New HttpClient("https://static-data.eol.cn//upload/svideo/1620633376_7759_thumb.png")
老师上面这个代码,把这个图片文件下载到哪里了?我没有找到
[此贴子已经被作者于2024/2/28 15:02:04编辑过]
4楼
有点蓝 发表于:2024/2/28 15:06:00
If hc.GetFile("D:\问题\123.jpg") Then
共4 条记录, 每页显示 10 条, 页签: [1]

Copyright © 2000 - 2018 foxtable.com Tel: 4000-810-820 粤ICP备11091905号

Powered By Dvbbs Version 8.3.0
Processed in .02734 s, 2 queries.