转换字符串中汉字为其拼音缩写(C#)
摘要:
//将指定字符串中的汉字转换为拼音缩写,其中非汉字保留为原字符。 public string GetPinYin(string text) { char pinyin; byte[] array; System.Text.StringBuilder sb = new System.Text.StringBuilder(text.Length); foreach(char c... 阅读全文
posted @ 2006-09-14 11:32
怎能笑的私藏(藏什么呀?还没有想好,乱堆!)
阅读(266)
评论(0)
推荐(0)
浙公网安备 33010602011771号