type struct Node定义中的Node *next前面需要加上struct。
typedef struct Node { int xuhao; int code; struct Node * next;} Node, *Link;