• 评论了博文 单向链表 golang
    Insert方法的有段代码有错误,应该将(*preItem).next = preItem 修改为(*preItem).next = node