摘要: /** * 将汉字转换为拼音 * @author Champion.Wong * */public class Trans2PinYin { private static int[] pyvalue = new int[] { -20319, -20317, -20304, -20295, -20292, -20283, -20265, -20257, -20242, -20230, -20051, -20036, -20032, -20026, -20002, -19990, -19986, -19982, -19976, -19805, ... 阅读全文
posted @ 2013-09-24 10:24 rui90102 阅读(2850) 评论(1) 推荐(0) 编辑