摘要: using System;using System.IO;using System.Text;/// /// 用于取得一个文本文件的编码方式(Encoding)。 /// public class TxtFileEncoder{ public TxtFileEncoder() ... 阅读全文
posted @ 2015-11-06 11:06 CharyGao 阅读(225) 评论(0) 推荐(0) 编辑
摘要: namespace WindowsFormsApplication1{ public partial class Form1 : Form { public Form1() { InitializeComponent(); ... 阅读全文
posted @ 2015-11-06 10:49 CharyGao 阅读(206) 评论(0) 推荐(0) 编辑