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

学习 时间:2026-08-25 05:10:44 阅读:297
this->fun();为什么不可以写*this.fun() // A* a; a->fun(); *a.fun();

最佳回答

认真的羽毛

欢喜的犀牛

2026-08-25 05:10:44

(*this)。fun();