方法如下: 1:把该dll添加引用到项目中 2: //返回拼音 string pinyin = "爱编程".Pinyin(); //返回 AiBianCheng //返回首字母 string szm = "爱编程".Pinyin(true); //返回 ABC