摘要:
对象封装 对象的比较 BigDecimal d = new BigDecimal("0.1"); BigDecimal e = new BigDecimal("0.1"); BigDecimal f = e; System.out.println(d == e);//不是同一对象,所以为false 阅读全文
posted @ 2017-12-31 15:49
Siyecho
阅读(120)
评论(0)
推荐(0)

浙公网安备 33010602011771号