const是什么意思
时间:2026-06-02 11:03:32const 常用
双语例句
(1)Qualifying a method's formal parameter as const
将一个方法的形参设置为常量
(2)You declare a class constant with the const keyword.
用const关键字声明类常量。
(3)Embedding const ants in code is obviously foolish.
在代码中嵌入常量显然是愚蠢的。
(4)If you don't need to change it, use const reference.
如果你不需要改变它,使用常量引用。
(5)Notice that the API_KEY variable is declared as a const.
请注意,API_KEY变量被声明为const。
同义词
n. 常量,常数