文章目录 const 关键字的理解一、 修饰普通类型的变量二、const 修饰指针变量三、const 作参数传递 和 函数返回值(1)const 修饰函数参数(2)const 修饰函数返回值 四、const修饰类成员函数结尾