class Enum(metaclass=EnumMeta): """Generic enumeration. Derive from this class to define new enumerations. """ 可以看到,Enum 是继承元类EnumMeta ...
確定! 回上一頁