[Solution found!] 在C语言中,以第一种方式声明枚举可让您像这样使用它: TokenType my_type; 如果您使用第二种样式,则将被迫这样声明变量: enum TokenType my_type ...
確定! 回上一頁