Java BigDecimal去掉小数点后的零

  new BigDecimal("100.000").stripTrailingZeros().toPlainString()
原文地址:https://www.cnblogs.com/Twittery/p/14917592.html