1、Integer是int的包装类,int则是java的一种基本数据类型 · 2、Integer变量必须实例化后才能使用,而int变量不需要 · 3、Integer实际是对象的引用,当new一个Integer时, ...
確定! 回上一頁