1. enum枚举类型1.1使用方法enum是C语言中的一种自定义类型 enum值是可以根据需要 ... int var =0; int size = sizeof(var++); // 在编译期,该行的size值就被计算出来 ...
確定! 回上一頁