How to judge data of BigDecimal type

Use the compareTo method to determine whether the BigDecimal data is equal, instead of using equals.

Guess you like

Origin blog.csdn.net/weixin_38106322/article/details/111344294