把汉字转换为拼音 String[]pinyinHead=PinyinHelper.toHanyuPinyinStringArray(ch[0]); for(Stringstr:pinyinHead){ System.out.println(str); }