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

学习 时间:2026-06-06 00:00:42 阅读:6328
this->fun();为什么不可以写*this.fun() // A* a; a->fun(); *a.fun();

最佳回答

柔弱的蓝天

背后的小白菜

2026-06-06 00:00:42

(*this)。fun();