摘要: public Employee getEmployee(int index) { return new Employee(); }1、PropertyUtils.getIndexedProperty带2个参数 // public static void main(String[] args) t... 阅读全文
posted @ 2014-10-26 20:33 单方面 阅读(475) 评论(0) 推荐(0)
摘要: public class Employee { private String firstName; private String lastName; public Employee() { } ; public String getFirstName() { return firstName;... 阅读全文
posted @ 2014-10-26 20:12 单方面 阅读(469) 评论(0) 推荐(0)