#include <stdio.h> enum { ARRAY_SIZE = 10, // 定义常量 }; enum Color { RED = 0x00FF0000, // 定义整形离散值 GREEN = 0x0000FF00, ...
確定! 回上一頁