怎样用httpWebRequest获取图片地址后能下载到自己的网站上
保存图片新闻
怎么写,谢谢了
[解决办法]
string strUrl;
strUrl = " "
WebClient wc = new WebClient();
wc.DownloadFile( "http://xxxx/Images/logo.gif ", "c:\\xx.gif ");
发布时间: 2012-01-14 20:02:35 作者: rapoo
怎样用httpWebRequest获取图片地址后能下载到自己的网站上
保存图片新闻
怎么写,谢谢了
[解决办法]
string strUrl;
strUrl = " "
WebClient wc = new WebClient();
wc.DownloadFile( "http://xxxx/Images/logo.gif ", "c:\\xx.gif ");