一、No matching constructor found in class 'Person’函数
缘由没有写无参构造函数形成class
注意:写了有参构造函数,就没有无参构造了,须要加一下。否则会出现上述问题。构造函数
二、co