1. int 是基本数据类型,int 变量存储的是数值。Integer 是引用类型,实际是一个对象,Integer 存储的是引用对象的地址。 2. Integer i = new Integer(100); ...
確定! 回上一頁