问题:如果生成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();
相关文章: