struct Object { enum ObjectType type; union{ int value; struct{ struct Object *header; struct Object *tail; }; }; };. 可以这样访问结构成员:
確定! 回上一頁