在类中,非常量成员函数中,this指针为指向非常量的常量指针Class* this const 在常量成员函数中,this指针为const class* this const,为指向常量的常量指针 相关文章: 2021-04-11 2022-01-02 2021-07-19 2021-06-13 2021-08-28