纠结!byte[]取出来只是还原文件格式, 看Process.Start("IExplore.exe",@"C\MyPage.htm"); 自己指定打开方式吧
你想用什么东东现实图片呢,都没说清楚啊?如果你的WinForm编程,并且图片是个位图,并且想用PictureBox显示,可以参考下面的方法Bitmap bitmap = new Bitmap(new System.IO.MemoryStream(buffer));pictureBox1.Image = bitmap;