public static void main(String[] args) { Double a=-0.57; a=a*100; System.out.println(a); } 为啥打印出来的不是 -57 ?