0
已采纳
0
0
0
0
这是宏定义
Ps:定义常量有两种方法,一种是const,另一种就是#define。
const用法:const+空格+类型+空格+常量名+赋值号(=)+常量值
#define用法:#define+空格+常量名+空格+常量值
0
0
0
0
0



