如何下载因特网上的图片?
作者:孟宪会 发布日期: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");
原文地址:http://dotnet.aspx.cc/article/cdbab4e8-0938-4134-b86f-3b9e2c396e8d/print.aspx
© 版权所有 【孟宪会之精彩世界】TM 2012