前面定义了一个结构体struct student{ char *name; int age; char sex;};
收起
printf("%s\n",p->name);printf("%d\n",p->age);printf("%c\n",p->sex);
报告相同问题?