摘要: #include <iostream> using namespace std; enum Abc { AAA = -1, BBB = 0, CCC = 1 }; class EnumToStringUtil { public: static const char* ConvertAbcToStri 阅读全文
posted @ 2022-03-16 10:20 邱明成 阅读(207) 评论(0) 推荐(0) 编辑