摘要: public class RMB { //返回转换好的大写形式 public static String numberToRMB(String money) { return cleanZero(splitNum(roundString(money))); } ... 阅读全文
posted @ 2014-11-20 08:57 yshy 阅读(301) 评论(0) 推荐(0) 编辑