A.head->next==head B.head!=NULL C.head==NULL D.head->next==NULL
A.p->data=-1 B.p->next->next=head C.p->next=head D.p->next=NULL
A.鏈頭 B.鏈中 C.鏈尾