Java 基本的数据类型包括如下8种:byteintcharlongfloatdoublebooleanshort
    而 Java 种的 IntegerDoubleBoolean 等都是对应的包装对象,不是基本数据类型