在Java中有int和integer两种类型,简单的说Integer是int的引用类型,但是这个引用的类型比较特殊,下面看几个demo: Integer a1 = 140; Integer a2 ...
確定! 回上一頁