string url URL地址
string path 保存到硬盘的具体路径
WebClient webClient = new WebClient();webClient .DownloadFile(new Uri(url), path);