byte:1个字节 short:2个字节
int:4个字节 long:8个字节
float:4个字节 double:8个字节
char:2个字节 boolean:1位
引用数据类型:4个字节,用来代表对象的地址