问题:如果生成Txt文件?
解决:
string P_str_path = "C:\\1.txt";
StreamWriter sw = new StreamWriter(P_str_path,false);
sw.WriteLine("0001879");
sw.Close();
问题:如果生成Txt文件?
解决:
string P_str_path = "C:\\1.txt";
StreamWriter sw = new StreamWriter(P_str_path,false);
sw.WriteLine("0001879");
sw.Close();
转载于:https://www.cnblogs.com/Delzl/archive/2011/07/04/2097396.html
786

被折叠的 条评论
为什么被折叠?