摘要: package Reflects; import java.lang.reflect.Constructor; import java.lang.reflect.Field; import java.lang.reflect.InvocationTargetException; /** * 通过反射 阅读全文
posted @ 2022-04-27 22:38 phpwyl 阅读(51) 评论(0) 推荐(0) 编辑
摘要: package Reflects; public class ReflectDemo{ public static void main(String[] args) throws ClassNotFoundException { Class<Actor> ac1 = Actor.class; Sys 阅读全文
posted @ 2022-04-27 21:06 phpwyl 阅读(122) 评论(0) 推荐(0) 编辑