摘要: public static class StreamHelper { public static Stream DownloadFile(string path) { using (var client = new WebClient()) { var stream = client.Downloa 阅读全文
posted @ 2016-12-23 15:26 码来码去 阅读(146) 评论(0) 推荐(0)