Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个 CSV 文件,我正在使用 C# 和我们服务器上的 WSI 服务导入该文件。
该文件包含图像的网址,例如http://www.website.com/345366.png等http://www.website.com/125_dfg676.png。
http://www.website.com/345366.png
http://www.website.com/125_dfg676.png
如何存储从 CSV 中读取的图像文件 CSV 的第 7 列和第 8 列包含图像 URL?
您只需要通过一个简单的调用来下载文件。
你会在堆栈上找到很多答案。这正是您需要的:
在 c# windows 窗体中从 url 下载文件