赞
踩
有三个指针 Point* q ,Point* p , Point* m . (1)如果三个指针是连续的 q->getnext()就表示是指针Point *p。 (2)如果这三个指针不是链表 q->setnext(p)表示指针q指向p。