摘要:
public Employee getEmployee(int index) { return new Employee(); }1、PropertyUtils.getIndexedProperty带2个参数 // public static void main(String[] args) t... 阅读全文
摘要:
public class Employee { private String firstName; private String lastName; public Employee() { } ; public String getFirstName() { return firstName;... 阅读全文