摘要:
package algorithm.other; import java.math.BigDecimal;import java.util.ArrayList;import java.util.HashMap;import java.util.List;import java.util.Map;im 阅读全文
摘要:
package algorithm.other; /** * 阿拉伯数字转中文数字 * @author CEMABENTENG * */public class ChineseNum{ private static String[] chnNumChar = { "零", "一", "二", "三" 阅读全文