文件名称:汉字转拼音的工具类
文件大小:173KB
文件格式:RAR
更新时间:2017-10-10 11:02:16
pinyin4j
汉字转拼音的工具类,支持重音字 String str = "重长参乐"; //首字母 System.out.println(Ch2Spell.converterToFirstSpell(str)); //全拼 System.out.println(Ch2Spell.converterToSpell(str));
【文件预览】:
pinyin4j-2.5.0.jar
Ch2Spell.java