java数组

private Customer[] customers;

public bank(){
customers = new Customer[5];
}

原文地址:https://www.cnblogs.com/iloveyoucc/p/3898275.html