摘要: 1、引用 using System; using System.IO; using System.Text; 2、具体方法: public static void Writelog(string msg) { StreamWriter stream; //写入日志内容 string path = A 阅读全文
posted @ 2020-02-10 21:53 零一の世界 阅读(82) 评论(0) 推荐(0)