Python枚举的常见做法是什么?
发布于 2021-01-29 17:09:50
Python枚举的常见做法是什么?即它们如何在Python中复制?
public enum Materials
{
Shaded,
Shiny,
Transparent,
Matte
}
关注者
0
被浏览
51