摘要: #include <iostream> #include <memory> using namespace std; class Person { public: Person() { cout << "Person()构造" << endl; } ~Person() { cout << "~Per 阅读全文
posted @ 2022-09-06 21:04 thomas_blog 阅读(204) 评论(0) 推荐(0)