请使用sun 内省api获得某一个bean的全部属性,并操做bean的其中一个属性(给属性赋值,以及获得属性的值

1,import java.util.Date; public class Person { private String name; private int age; private Date birthday; public Date getBirthday() { return birthday; } public void setBirthday(Date birthday) { this
相关文章
相关标签/搜索