摘要:
C#代码:/// <summary> /// 汉字转拼音缩写 /// Code By MuseStudio@hotmail.com /// 2004-11-30 /// </summary> /// <param name="str">要转换的汉字字符串</param> /// <returns>拼音缩写</returns> public string GetPYString(string str) { string tempStr = ""; foreach(char c in s 阅读全文
posted @ 2011-02-24 17:11
lauer
阅读(495)
评论(0)
推荐(0)
浙公网安备 33010602011771号