public class Test2 { public static void main(String args[]) { System.out.println(0.000001); System.out.println(1/100000); } }
这两个输出结果怎么不一样啊????