标签:
1. 在使用toString函数时,返回的字符串有可能用科学计数法表示。使用toPlainString函数可以去掉科学技术法显示。
2. 在BigDecimal中,小数末尾包含很多0,使用stripTrailingZeros函数可以去掉小数末尾的0。
(持续更新中......)
BigDecimal类使用常见问题
原文地址:http://www.cnblogs.com/yanyang/p/4506122.html