A.p=head->next B.head->next=p C.head->next=p->next D.p->next=head
A.21 B.22 C.20 D.19
A.每一個元素都有一個直接前驅(qū)和一個直接后繼 B.一對一 C.多對多 D.一對多