很多小伙伴知道typedef int a;的作用相当于将int 换名为a;也知道typedef struct node{xxx}b;的意思是将这个结构体命名为b;但是对于这样的代码typedef struct Node{ ...
確定! 回上一頁