2019年7月29日

java.math.BigDecimal

摘要: public class BigDecimalDemo { //1 没有无参构造方法, 如果没有参数,会直接编译错误。 // 构造方法 public static void testCon(double d1){ BigDecimal b1 = new BigDecimal(d1); System. 阅读全文

posted @ 2019-07-29 16:02 UnmatchedSelf 阅读(182) 评论(0) 推荐(0) 编辑

导航