使用WebClient类:
using System.Net;//...WebClient Client = new WebClient ();Client.DownloadFile("http://i.stackoverflow.com/Content/Img/stackoverflow-logo-250.png", @"C:folderstackoverflowlogo.png");
使用WebClient类:
using System.Net;//...WebClient Client = new WebClient ();Client.DownloadFile("http://i.stackoverflow.com/Content/Img/stackoverflow-logo-250.png", @"C:folderstackoverflowlogo.png");