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