码迷,mamicode.com
首页 > 其他好文 > 详细

sssssss

时间:2014-05-19 09:53:50      阅读:188      评论:0      收藏:0      [点我收藏+]

标签:style   blog   class   code   c   java   

bubuko.com,布布扣
private void C_txt(string str)
{
    string strname = "D:\\" + System.DateTime.Now.ToString("yyyymmddhhmmss") + ".txt";
    StreamWriter swWordChange = new StreamWriter(strname, false, Encoding.GetEncoding("gb2312"));
    swWordChange.Write(str);
    swWordChange.Close();
}
bubuko.com,布布扣

 

sssssss,布布扣,bubuko.com

sssssss

标签:style   blog   class   code   c   java   

原文地址:http://www.cnblogs.com/zhushang/p/3731954.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!