反射-基本了解(Class类)
Use类public class User { private String name; private double height; private Date birthday; public User(String name, double height, Date birthday) { this.name = name; this.height = height; this.birthday = birthda








