111,130
社区成员
发帖
与我相关
我的任务
分享
using Microsoft.International.Converters.PinYinConverter
using Microsoft.International.Converters.PinYinConverter;
using System.Collections.ObjectModel;
ChineseChar chineseChar = new ChineseChar('磊');
ReadOnlyCollection<string> readOnlyDinosaurs = chineseChar.Pinyins;
Response.Write(readOnlyDinosaurs[0].Substring(0, (readOnlyDinosaurs[0].Length - 1)));
//出来LEI