1. 基本内置数据类型和占用字节
char/unsigned char/signed char 1B
int/ unsigned int / signed int 4B
short int 2B
long int 64位系统: 8B 32位系统:4B
float 4B
double 8B
2.字节对齐方式跟结构体中的元素有关