摘要:
包01:package ReflectionConstructor;public class ReflectionFieldPoint { private int x; public int y; public ReflectionFieldPoint(int x, int... 阅读全文
摘要:
package ReflectionConstructor;import java.lang.reflect.Constructor;/** * 调用String的构造方法 将StringBuffer类转换成String类 */public class ReflectionConstructor {... 阅读全文