设一条单链表的头指针变量为head且该链表没有头结点,则其判空条件是( )。 A、 head->next==headB、 head==nullC、 head->next==nullD、 head!=null 发布时间:2024-12-19 13:14:41