摘要: [csharp] view plaincopy //byte[] 转图片 public static Bitmap BytesToBitmap(byte[] Bytes) { MemoryStream stream = null; try { stream = new MemoryStream(By 阅读全文
posted @ 2020-04-03 12:11 野狼谷 阅读(4537) 评论(0) 推荐(2)