摘要: //写 using (FileStream fs = File.Create(filename)) { byte[] info = new UTF8Encoding(true).GetBytes("This is some text in the file."); fs.Write(info, 0, 阅读全文
posted @ 2022-04-01 15:52 汪洪辉 阅读(125) 评论(0) 推荐(0)