标签: java
使用此方法返回可变客户之间有什么区别。
public class Customer { private String customer; public getCustomer(){ return this.customer; } } public class Customer { private String customer; public getCustomer(){ return customer; } }