4 个解决方案
#1
string filename = Server.MapPath(@"\test.txt");
string content = "待保存的数据,格式自己定义";
File.AppendAllText(filename, content);
#2
百度 MVC模式中的M代表的模型绑定是怎么使用的。
#3
你做系统从来没用过nlog,log4net之类的日志dll么?
#1
string filename = Server.MapPath(@"\test.txt");
string content = "待保存的数据,格式自己定义";
File.AppendAllText(filename, content);
#2
百度 MVC模式中的M代表的模型绑定是怎么使用的。
#3
你做系统从来没用过nlog,log4net之类的日志dll么?