按大小: byte->short->char->int->boolean->long->double 整型 类型 大小 封装类 byte 1字节 Byte short 2字节 Short int 4字节 Integer long 8字节 Long 浮点型 类型 大小 封装类 float 4字节 Float double 8字节 Double 其他 类型 大小 封装类 char 2字节 ...