摘要: FileInfo myFile = new FileInfo(@"C:\temp\utf-8.txt"); StreamWriter sw = myFile.CreateText();string[] strs = { "早上好", "下午好" }; foreach (var s in strs) 阅读全文
posted @ 2018-06-05 10:33 Miss_Bug 阅读(75) 评论(0) 推荐(0) 编辑