int转bigdecimal integer转bigdecimal 怎么将BigDecimal转换成Int?BigDecimal a=新的BigDecimal(12.88)int b=a.int value()系统输出打印(b) //b... 2021-03-17 2476次浏览