A.front=p->next; B.front->next=p->next; C.front=p; D.front->next=p;
A.rear->next=p;rear=p; B.rear->next=p;p=rear; C.p=rear->next;rear=p; D.rear=p;rear->next=p;
A.8,6,4,2 B.2,4,6,8 C.4,2,8,6 D.8,6,2,4
A.按层次B.后序C.中序D.前序
A.18 B.45 C.53 D.58