导航

2022年6月8日

摘要: 前人所做的 java中枚举类型的自增: 链接 : https://www.h5w3.com/177055.html 1 enum MSG_TYPE { 2 MSG_LOGIN(500), 3 MSG_LOGOUT, 4 MSG_REGISTER, 5 MSG_SEARCH, 6 MSG_ADD(60 阅读全文

posted @ 2022-06-08 00:58 KK者 阅读(609) 评论(0) 推荐(0)