算法笔记P71 struct student{ int id; char name[10]; }stu,*p; stu.id stu.name(*p).id (*p).namep->id p->name