摘要:
/// /// 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
大圣的笑
阅读(48341)
评论(0)
推荐(5)

浙公网安备 33010602011771号