C# System.IO 文件流读取写入操作总结

            //System.IO.FileStream fs = System.IO.File.OpenWrite(Application.dataPath + "/paper.txt");
            //byte[] ab = System.Text.Encoding.UTF8.GetBytes(GenerateAnswerPaperRequest.downloadHandler.text);
            //fs.Write(ab);
            //fs.Close();

++++++++++++++++++++++++++++++

日后更新。。。

猜你喜欢

转载自blog.csdn.net/weixin_42565127/article/details/126137638