本站首页
|
代码实验室
|
CSS3 中文参考
|
书籍出版
|
Google 英文翻译版
|
给我留言
文章标题
文章内容
.NET 相关
ASP.NET
ASP.NET MVC
Sliverlight
Linq
C#
F#
VB.NET
Web Services
XML/XSL
.NET FAQ
Web 开发
Internet Explorer
CSS
Javascript
SQL Server
Java应用
友情链接
如何下载因特网上的图片?
作者:孟宪会 阅读: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");
【
发表评论
】 【
打印文章
】 【
收藏本页
】