//sizeof是用来计算一个类型大小的 X86下
char 代表1个字节
short 代表2个字节
int 代表4个字节
long 代表4个字节
long long 代表8个字节
float 代表4个字节
double 代表8个字节