变量名.结构体元素,例如struct student{int age;int number;},这是结构体类型,然后定义变量数组struct student sr[10],如果要调用数组第一个元素中的年龄,sr[0].age就可以了