const 是constant 的缩写,本意是不变的,不易改变的意思。在C++ 中是用来修饰内置类型变量,自定义对象,成员函数,返回值,函数参数。 C++ const 允许指定一个语义 ...
確定! 回上一頁