... void PrintColor(enum Color c) { switch( c ) // 用于switch case { case RED: printf("Color: RED (0x%08x)\n", c); break; ...
確定! 回上一頁