C#读写记事本(txt)文件 C#写入记事本(txt)文件方法一: FileStream stream = new FileStream@”d:aa.txt”,FileMode.Create);//fileMode指定是读取还是写 … 继续阅读 C#读写记事本(txt)文件