摘要:方法如下:private static string DecodeStr(string str) { //可以往这里添加更多的编码,比如GB2312等等 System.Collections.ArrayList encodingList = new System.Collections.ArrayList(); encodingList.Add("ISO-2022-JP"); encodingList.Add("UTF-8"); encodingList.Add("GB2312"); string enc... 阅读全文
浙公网安备 33010602011771号