A.比較 B.復(fù)制 C.賦值 D.連接
A.x=top->data;top=top->next; B.top=top->next;x=top; C.x=top;top=top->next; D.x=top->data;