double aa=50.44;double bb=aa-50;System.out.println(bb); //0.4399999999999977
类似上面的小数的减法,我想做到,绝对无误差,如何才能实现?