一直以来我都以为要限制Java的小数点数,要自己写方法, 原来JDK已经有解决的方法。 解决的方法是: NumberFormat format = NumberFormat.getInstance();format.setM……