摘要:
File.WriteAllText(fileName, sb.ToString(), System.Text.Encoding.UTF8); //using (StreamWriter sw = File.CreateText(fileName)) //{ // sw.Write(sb.ToString()); // sw.Flush(); // sw.Close(); //} sb中有中文,開始的時候使用的是注釋部分的代碼,發現文件中存在... 阅读全文
posted @ 2012-11-20 16:23
老飞飞
阅读(186)
评论(1)
推荐(0)
浙公网安备 33010602011771号