汉字转拼音的工具类

happyly304 21 0 RAR 2020-08-19 20:08:59

汉字转拼音的工具类,支持重音字 String str = "重长参乐"; //首字母 System.out.println(Ch2Spell.converterToFirstSpell(str)); //全拼 System.out.println(Ch2Spell.converterToSpell(str));

用户评论
请输入评论内容
评分:
Generic placeholder image 卡了网匿名网友 2020-08-19 20:08:00

不错,用着还可以