摘要: public static string ToGB2312(string str) { string r = ""; MatchCollection mc = Regex.Matches(str, @"\\u([\w]{2})([\w]{2})", RegexOptions.Compiled | R 阅读全文
posted @ 2018-02-02 11:06 御风飞舞 阅读(403) 评论(0) 推荐(0)