单项选择题

访问p结点的后继节点的于java语句是()。

A.p =p.next.next;
B.p.next=p;
C.p.next=p.next.next;
D.p =p.next;