摘要:
原文链接: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> { { -20319, "a" }, { -20317, "ai" }, { -20304, "an" }, { - 阅读全文
posted @ 2012-11-01 15:44
二哥(阿伟)
阅读(265)
评论(0)
推荐(0)