摘要: 在c#中,使用下面代码将图片读取到内存,发现内存暴涨。 public static System.Windows.Media.Imaging.BitmapImage ByteArrayToBitmapImage(this byte[] array) { using (var ms = new Sys 阅读全文
posted @ 2025-11-27 20:07 BigBosscyb 阅读(8) 评论(0) 推荐(0)