typedef struct tagNode *pNode; struct tagNode { char *pItem; pNode pNext; 因此,MyStruct实际上相当于struct tagMyStruct,我们可以使用MyStruct varName来定义 ...
確定! 回上一頁