typedef struct node { char data; struct node *next; }lk; 数据结构单链表的源代码以及运行结果