工程是一门科学,科学是严谨的。
摘要: /// /// GB2312转换成UTF8 /// /// /// public static string gb2312_utf8(string text) { //声明字符集 System.Text.Encoding utf8, gb2312; //gb2312 gb2312 = System.Text.Encoding.GetEncoding("gb2312"); /... 阅读全文
posted @ 2013-12-10 15:15 大圣的笑 阅读(48252) 评论(0) 推荐(5) 编辑