摘要:
package com.sxt.method1; /* * 通过反射 拿到方法 */ import java.lang.reflect.Method; import java.lang.reflect.Modifier; public class TestMethod { public static void main(String[] args) throws Exception... 阅读全文
posted @ 2017-05-04 15:14
清风追梦enjoy
阅读(159)
评论(0)
推荐(0)
摘要:
package com.sxt.constructor; /* * 反射 * Class类拿到构造方法 */ import java.lang.reflect.Constructor; public class TestCon3 { public static void main(String[] args) throws Exception { Class c... 阅读全文
posted @ 2017-05-04 13:23
清风追梦enjoy
阅读(159)
评论(0)
推荐(0)

浙公网安备 33010602011771号