在单链表中,给定任一结点的地址 p ,则可用下述语句将新结点 s 插入结点 p 的后面: p->next = s; s->next = p->next; ( ) A、正确;B、错误 发布时间:2024-07-06 21:30:04