摘要:
public static void WriteLog(string filePath,string fileName,string msg) { try { string fullPath = filePath + "\\" + fileName; using (System.IO.StreamWriter sw = new System.IO.StreamWriter(fullPath, false, Encoding.UTF8)) ... 阅读全文
posted @ 2013-11-14 22:22
常建57
阅读(117)
评论(0)
推荐(0)

浙公网安备 33010602011771号