from enum import Enum
class testEnum(Enum):
key1 = 0
key2 = 1
"key1" in testEnum.__members__
0 in testEnum._value2member_map_
版权归属:
admin
许可协议:
本文使用《署名-非商业性使用-相同方式共享 4.0 国际 (CC BY-NC-SA 4.0)》协议授权
评论区