摘要: 链表分为单链表和双链表单链表的定义typedef struct node{ char *name; struct node *next;}Node;结点: 阅读全文
posted @ 2015-12-15 18:59 赵鹏s 阅读(143) 评论(0) 推荐(0) 编辑