获取字符串的拼音首字母冷僻字也可转
/// /// 汉字转化为拼音首字母 /// 直接用微软自带的类库 /// /// 汉字 /// 首字母 public static string GetChineseSpell(string str) { string r = string.Empty; foreach (char obj in
下载地址
用户评论