
姓氏按拼音索引
文章平均质量分 77
ma_jun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
取得姓氏的拼音索引
import java.io.UnsupportedEncodingException;class ChineseConvert { public String ChineseCap(String ChineseStr) { byte[] ZW = new byte[2]; long ChineseStr_int; String CharStr, ChinaStr = ""; Char原创 2009-04-24 17:18:00 · 1042 阅读 · 0 评论 -
汉字转拼音
/** * * Title: * Description:中文转换为拼音 * @version 1.0 */ public class ChineseSpelling { private static int[] pyvalue = new int[] { -20319, -20转载 2009-04-24 17:19:00 · 684 阅读 · 0 评论