日期:2014-05-18  浏览次数:20544 次

怎样用httpWebRequest获取图片地址后能下载到自己的网站上
保存图片新闻
怎么写,谢谢了

------解决方案--------------------
string strUrl;
strUrl = " "
WebClient wc = new WebClient();
wc.DownloadFile( "http://xxxx/Images/logo.gif ", "c:\\xx.gif ");