包含了 链表的创建 插入 遍历 涉及到的函数void linkinit(linknode **head); void linksert(linknode **head,student s); bool linktra(linknode *head);