指针使用方法: 1. struct data() { int mouth; int day; int year; } struct data *p = &myday; 使用指针: (*p).mouth = 21;