前面定义了一个结构体struct student{char *name;int age;char sex;};
printf("%s\n",p->name);printf("%d\n",p->age);printf("%c\n",p->sex);