intmain(){vectornewcustomer;newcustomer.push_back(newCustomer("III",123333,555));newcustomer.push_back(newCustomer("LOL",122222,444));newcustomer.push_back(newCustomer("PPL",121111,333));for(inti=0;igetName()getPhone()getID()所以我创建了一个名为customer的类,您可以插入新客户,getName返回姓名,getPhone返回电话号码,GetID返回ID,现在我想