using (System.Net.WebClient wc = new System.Net.WebClient()) { wc.DownloadFile("图片的URL地址", "图片保存在服务器上的路径"); }
这个是下载的:Response.Redirt("[图片的URL]"); 这下是将其保存到服务器上的:Response.Write("俺不会这个。。。");