boolean 1个字节
char 2个字节
byte 1个字节
short 2个字节
int 4个字节
long 8个字节
float 4个字节
double 8个字节
注:一个字节为8位
1布尔,1字符,4个整形2个浮点,字节数依次为1,2,1,2,4,8,4,8