from enum import Enum class Model(Enum): IRON = 'iron man' FLASH = 'flash man' SPIDER ... IRON.value)) print('type of enum member:{}'.format(type(Model.
確定! 回上一頁