c语言链表指针的问题 日期:2013-05-03 11:50:40 人气:1 c语言链表指针的问题 这里[p->M_xuhao-1][p->next->M_xuhao-1],你的p不是null,但是p->next可能会是null,所以p->next->M_xuhao就错了。