Java 大写金额转换成数字
摘要:public Double CNYtoN(String amount) { double result = 0; double temp = -1;//存放一个单位的数字如:十万 int count = 0;//判断是否有chArr Map<Character, Double> map = new
阅读全文
posted @ 2020-09-18 19:10
posted @ 2020-09-18 19:10
posted @ 2020-09-08 13:15
posted @ 2020-09-03 17:59