BigDecimal的add方法 在java中,BigDecimal的add方法是個坑。 BigDecimal a = new BigDecimal(1); BigDecimal b= new BigDecimal(2); ...