摘要: 代码Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--usingSystem.IO;//写入StreamWritersw=newStreamWriter(@"C:\temp123.txt");sw.WriteLine("----------------hello----------------");sw.WriteLine("内容");sw.WriteLine("----------------hello----------------");sw.F 阅读全文
posted @ 2011-01-11 17:38 韩天伟 阅读(5726) 评论(0) 推荐(0) 编辑