摘要:
private string UnicodeToGB(string content) { Regex objRegex = new Regex("&#(?[\\d]{5});", RegexOptions.IgnoreCase); Match objMatch = objRegex.Match(content); St... 阅读全文
posted @ 2007-06-01 16:35 单摆 阅读(2365) 评论(4) 推荐(0)
摘要:
private string UnicodeToGB(string content) { Regex objRegex = new Regex("&#(?[\\d]{5});", RegexOptions.IgnoreCase); Match objMatch = objRegex.Match(content); St... 阅读全文
posted @ 2007-06-01 16:35 单摆 阅读(2365) 评论(4) 推荐(0) |
||