摘要: ———————标准输入输出——————— 🎄系统会自动生成浅拷贝,就相当于直接赋值 #include "iostream" using namespace std; class base { public: base(int a, int b) : a(a), b(b) { } int a; in 阅读全文
posted @ 2024-01-02 09:08 日落悬崖 阅读(13) 评论(0) 推荐(0)