问题:如果生成Txt文件?

解决:

           string P_str_path = "C:\\1.txt";
            StreamWriter sw = new StreamWriter(P_str_path,false);
            sw.WriteLine("0001879");
            sw.Close();

posted on 2011-07-04 14:36  smiling face  阅读(444)  评论(0编辑  收藏  举报