有没有标准的方法可以通过值来获取枚举名称?
例子:
class Example(enum.Enum):
one = 1
two = 2
ex_variable = 1
给定ex_variable,我可以获取Example.one.name中包含的字符串吗?
用户名或电子邮箱地址
密码