如浮点类型的 9.9 乘100后,变成 9890解决方案 9.9 成 10000后, 再除100 解决问题int money = (int) (Float.parseFloat(moneyStr) *10000);