java 面试题之int和Integer的区别 · Integer i = new Integer(100); · Integer j = new Integer(100); · System.out.print(i == j); //false.
確定! 回上一頁