//int main()//{// struct node// {// int a;// char b;// struct node* next;// }s;// printf("%d\n",sizeof(s));// return 0;//}为什么是12
int a 所占位数为4,结构体补齐之后每一项均为4所以是12