05 2022 档案

摘要://在项目开发中,总是需要将读取的数据保存在文本当中,或者对文本进行读取 //读取文本文件 1.string str = File.ReadAllText("path"); 2.byte[] byt; using (StreamReader sr = new StreamReader(@"C:\Us 阅读全文
posted @ 2022-05-18 10:23 H❥嘉 阅读(142) 评论(0) 推荐(0)