C /C++ - enum 与int 相互转换 · // Color会自动转换成int · enum Color { red, white, blue }; · void f1() · { · int n; · n = red; // change n to 0.
確定! 回上一頁