在一个单链表中p所指结点之后插入一个s所指的结点时,可执行()。 A、s->next=p->next; p->next=s;B、p->next=s->next;C、p->next= s; s->next= p->nextD、p=s->next 参考答案 查看答案