摘要: public static void ErrorLog(string mssg) { string FilePath = "D:/logs/ErrorLog.txt"; try { if (System.IO.File.Exists(FilePath)) { using (StreamWriter 阅读全文
posted @ 2016-02-24 10:32 朝闲 阅读(1265) 评论(0) 推荐(0)