Integer 是int的包装类;int是基本数据类型; · Integer变量必须实例化后才能使用;int变量不需要; · Integer实际是对象的引用,指向此new的Integer对象; ...
確定! 回上一頁