//构造函数初始化列表 Person():m_A(10),m_B(29){} Person(int a,int b,int c):m_A(a),m_B(b),m_C(c){}
posted on 2021-04-22 17:23 lodger47 阅读(28) 评论(0) 收藏 举报