struct test { char a; //1 字节 int b; //4 字节 long c; //8 字节 void *d; //8 字节 int e; //4 字节 char *f; //8 字节 };