Skip to main content

Java会自动装箱,把基本类型转换成对象类型。

Java automatically performs autoboxing, converting a primitive type into an object type.