enum orientation:byte { north =1, south =2, east =3, west=4 }
注意:声明在代码的主体之外
枚举类型定义
原文:https://www.cnblogs.com/judes/p/9042426.html