typedef struct LNode //定義單鏈表結點類型{ElemType data;struct LNode *next;} LinkList;請問LNode是什么LinkList又是什么,他們兩有什么區別求詳細深入的解釋 查看完整描述