init property of an enum type is the value of the first member of that enum. This is also the default initializer for the enum type. enum X { A=3, B, C } X x; ...
確定! 回上一頁