我如何编程保存从URL的形象? [英] How do I programatically save an image from a URL?

查看:152
本文介绍了我如何编程保存从URL的形象?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何progromatically保存图像从一个网址?我使用C#和需要能够从一个网址能够抓取图像并存储在本地。 ......不,我不偷:)

How do I progromatically save an image from a URL? I am using C# and need to be able grab images from a URL and store them locally. ...and no, I am not stealing :)

推荐答案

这将是更容易写是这样的:

It would be easier to write something like this:

WebClient webClient = new WebClient();
webClient.DownloadFile(remoteFileUrl, localFileName);

这篇关于我如何编程保存从URL的形象?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆