03 2019 档案

写日志的简单方法,临时用用很方便
摘要:public static void WriteLog(string msg) { FileStream fs = null; StreamWriter sw = null; try { var basePath = AppDomain.Current... 阅读全文

posted @ 2019-03-15 11:50 itjeff 阅读(240) 评论(0) 推荐(0)

导航