摘要: ———————类的构造函数——————— 🎄类的构造函数类型一格式 使用this指针给类内参数赋值 class rlxy { public: int a; rlxy(int a, int b, int c) { this->a=a; this->b=b; this->c=c; cout << "r 阅读全文
posted @ 2023-12-22 09:23 日落悬崖 阅读(29) 评论(0) 推荐(0)