struct nodelist { struct nodelist *prev, *next; };
双链表作用
原文:https://www.cnblogs.com/hshy/p/11688594.html