摘要: // <summary> /// 得到汉字拼音首字母 /// </summary> /// <param name="chineseStr"></param> /// <returns></returns> public static string HZToPYSimple(string chineseStr) { try { byte[] b = System.Text.UnicodeEncoding.Default.GetBytes(chineseStr); string res = "& 阅读全文
posted @ 2013-03-14 14:34 安度 阅读(210) 评论(0) 推荐(0) 编辑