这个需要看具体的程序。比如:
ListNodePtr q;ListNodePtr *p = &q;ListNodePtr **L = &p ;p->next = xxx; // 结构体指针*L->next = yyy; // 二级结构体指针