摘要: 来自:http://www.cnblogs.com/lilin123/archive/2012/11/01/2749169.htmlpublic static class ChineseToPinYin { private static readonly Dictionary<int, string> CodeCollections = new Dictionary<int, string> {&nbsp;{ -20319, "a" }, { -20317, "ai" }, { -20304, "an" 阅读全文
posted @ 2012-11-01 10:38 love旅途 阅读(214) 评论(0) 推荐(0)