this->fun();为什么不可以写*this.fun() // A* a; a->fun(); *a.fun();

学习 时间:2026-03-30 12:31:36 阅读:7604
this->fun();为什么不可以写*this.fun() // A* a; a->fun(); *a.fun();

最佳回答

聪明的鞋垫

内向的雨

2026-03-30 12:31:36

(*this)。fun();