typedef struct 和struct标题的这两个有什么区别,说一下,typedef 这个到底是啥意思??详细点哈!谢谢[解决办法]typedef struct _NAME{}NAME;等价于struct _NAME{};typedef _NAME NAME;所以说不解释了