摘要:
1 /// <summary> 2 /// 汉字转拼音或转拼音首字母 3 /// </summary> 4 public class ChineseToSpell 5 { 6 7 private static int[] pyValue = new int[] 8 { 9 -20319,-20317 阅读全文
posted @ 2015-12-28 18:07
zymqqc
阅读(911)
评论(2)
推荐(2)