枚举是C 语言中的一种基本数据类型,它可以让数据更简洁,更易读。[cc]enum colors{ red,blue,yellow}clo;int main(void){ clo=red; printf(%d\n,c...
確定! 回上一頁