第一种情况:对于从0依次增加的枚举:形如: enum Msg_t{ OPEN, READ, } ... return msg_names[id]; } int main() { printf("open name is %s\n", ...
確定! 回上一頁