摘要:
读写文件一开始看似困难,其实内容并不多。例如: string path = @"D:\01.txt"; FileStream fs = new FileStream(path,FileMode.Create); StreamWriter sw = new StreamWriter(fs); sw.WriteLine("aabbb"); sw.WriteLine("bb"); sw.Close(); 阅读全文
posted @ 2012-02-17 11:57
daixinet.com
阅读(240)
评论(0)
推荐(0)
浙公网安备 33010602011771号