你的link结构体定义呢。类似下面这种定义:
struct link { int xh; char xm[20]; int cj; char dj; int mc; struct link *next; };