2.typedef struct Node{ElemType data;struct Node *next;}Node,*LinkList;
请详细解答每一行,还有Node是个什么东西
Node就是struct Node起的一个别名另外头节点你根本就没有给数据项赋值啊,自然是个随机值