在代码中,变量名以ci开头表示它是常量。

In the code, variable names starting with ci indicate they are constants.

点击显示答案

In the code, variable names starting with ci indicate they are constants.

ci 是 constant identifier 的缩写,constant 意思是"常量",identifier 意思是"标识符"。 variable names 是 variable(变量)和 name(名称)组成的复合名词,指"变量名"。 starting with 是动词短语 start with 的现在分词形式,start 意思是"开始",with 表示"以...方式"。 ci 开头的变量名通常用于表示该变量是常量(constant),即程序运行过程中值不会改变的量。

在 App 中完整学习这张卡片

在 App 中学习