1. 首页
  2. 考试认证
  3. 思科认证
  4. 汉语转拼音的jar包

汉语转拼音的jar包

上传者: 2020-09-20 05:14:01上传 JAR文件 184.49KB 热度 22次
汉字转化为拼音,call代码: public static String getPinYin(String src) { String t4 = ""; if (StringUtils.isNotEmpty(src)) { char[] t1 = null; t1 = src.toCharArray(); String[] t2 = new String[t1.length]; // 设置汉字拼音输出的格式 HanyuPinyinOutputFormat t3 = new HanyuPinyinOutputFormat(); t3.setCaseT
下载地址
用户评论
码姐姐匿名网友 2020-09-20 05:14:02

能用,谢谢分享。

码姐姐匿名网友 2020-09-20 05:14:02

不错,好用!

码姐姐匿名网友 2020-09-20 05:14:02

不错,很好用,项目中已使用,谢谢分享!

码姐姐匿名网友 2020-09-20 05:14:03

挺好吧,使用到了

码姐姐匿名网友 2020-09-20 05:14:03

挺好用的多音字时不太好用

码姐姐匿名网友 2020-09-20 05:14:04

挺好用的哦

码姐姐匿名网友 2020-09-20 05:14:04

好用,就是混淆打包时,不大好用,其他都ok