淘宝助理教程【wpf】Image控件加载图⽚byte[] imagedatas = Convert.FromBase64String(imageData);
MemoryStream ms = new MemoryStream(imagedatas);
BitmapImage imgSource = new BitmapImage();
u盘里东西删不掉imgSource.BeginInit();
imgSource.StreamSource = new MemoryStream(ms.ToArray());
单的组词
imgSource.EndInit();
imgs.Source = imgSource;
徐帆个人资料简介高铁乘务员专业要求//保存到本地
张柏芝承认三胎谢霆锋
//System.Drawing.Image image = System.Drawing.Image.FromStream(ms);
//image.Save("C:\\a1.png");