摘要: Arithmetic:算术 Rounding necessary:需要舍入 System.out.println(new BigDecimal("1225.120").setScale(2));//不会出错 System.out.println(new BigDecimal("1225.121"). 阅读全文
posted @ 2019-09-27 11:18 海天依色 阅读(3586) 评论(0) 推荐(0) 编辑