2016年10月21日
摘要: public void Write(string text) { FileStream fs = new FileStream(Application.StartupPath+"/log.txt", FileMode.Append); StreamWriter sw = new StreamWrit 阅读全文
posted @ 2016-10-21 16:32 小石头的一天 阅读(749) 评论(0) 推荐(0) 编辑