发布网友 发布时间:2022-04-21 02:39
我来回答
共1个回答
热心网友 时间:2022-05-10 15:49
Python 3.4新增了enum模块。 如果不是Python 3.4,可以看看pypi上的enum34模块,好像和3.4的enum模块一样。