Jun's BlogRecent content on Jun's Blog马上订阅 Jun's Blog RSS 更新: https://www.junz.org/index.xml简要剖析const关键字2021年3月13日 12:46const的作用 const关键字保证了我们的变量不会改变,成为常量. 当用在成员函数时,它保证此成员函数不会改变类中的其他成员 const用法 1查看完整文章