007 返回什么才好呢

#include <iostream> using namespace std; class A { public: int val; A(int n):val(n) {} A():val(123){} A & GetObj() { return *this; } }; int main() { i
posted @ 2022-02-19 22:41  icefield817  阅读(66)  评论(0编辑  收藏  举报