枚举类型的使用方法enum是C语言的一种自定义类型。 enum值是可以根据需要自 ... PrintColor(enum Color c) { switch( c ) { case RED: printf("Color: ...
確定! 回上一頁