已知L是一个不带表头的单链表,在表首插入结点*p的操作是( )。 A、p=L;p->next=L;;B、p->next=L;p=L;;C、p->next=L;L=p;;D、L=p;p->next=L; 发布时间:2025-08-12 20:54:30