赞
踩
#ifndef _LIST_WITH_POINTER_ #define _LIST_WITH_POINTER_ #include<malloc.h> typedef struct listNode//定义链表结构体 { int data