阅读背景:

C# 将byte 保存为文件 转为文件

来源:互联网 
                        using (FileStream fs = new FileStream(你的路径(如:C://test.jpg), FileMode.Create, FileAccess.Write))
                                    {
                                        fs.Write(你的byte, 0, 你的byte.Length);
                                        
                                    }                        using (FileStream fs = 



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: