logo

如何下载因特网上的图片?

作者:孟宪会 阅读:8594 发表于:2003-06-18 02:03:42

在.NET中下载图片将非常容易:

string strUrl; strUrl = "" WebClient wc = new WebClient(); wc.DownloadFile("http://dotnet.aspx.cc/Images/logoSite.gif","c:\\xx.gif");