SayDuck

  • Python枚举用法_Enum

    # -*- coding: utf-8 -*- from enum import Enum, unique # 1. 枚举的定义 # 首先,定义枚举要导入enum模块。 # 枚举定…

    python 2022年8月26日