摘要: using System;using System.Collections.Generic;using System.Linq;using System.Text;using System.Text.RegularExpressions;namespace PinYin{ class Pinyin { /// /// 在指定的字符串列表CnStr中检索符合拼音索引字符串 /// /// 汉字字符串 /// 相对应的汉语拼音首字母串 public static string[] GetS... 阅读全文
posted @ 2013-09-27 10:13 Tjd 阅读(1810) 评论(0) 推荐(1)