标签:style blog color os 数据 div new log
FileStream fs; StreamWriter sw; fs=new FileStream(@" ........",FileMode.Creat,FileAccess.Write)//绝对地址 sw=new StreamWriter(fs); sw.Write(data); sw.Close(); fs.Close();
标签:style blog color os 数据 div new log
原文地址:http://www.cnblogs.com/zhayunjia/p/3892027.html