摘要: 1.通过Url获取到Image格式的文件 public static Image UrlToImage(string url) { WebClient mywebclient = new WebClient(); byte[] Bytes = mywebclient.DownloadData(url 阅读全文
posted @ 2019-07-11 19:38 羽翼浅蓝色 阅读(6830) 评论(1) 推荐(2)