c /c++ enum 介绍. 说起c/c++ 的enum,比起python 真的是方便简洁. enum type{; type1 = 0,; type2; }. enum的元素对应的int 默认从0 开始依次增加, ...
確定! 回上一頁