反射练习
摘要:
package fanshe;import java.lang.reflect.Constructor;import java.lang.reflect.Field;import java.lang.reflect.InvocationTargetException;import java.lang.reflect.Method;public class testDemo { public static void main(String[] args) throws Exception { method_9(); } private static void me... 阅读全文
posted @ 2012-10-23 15:22 蝌蚪的精神 阅读(160) 评论(0) 推荐(0)
浙公网安备 33010602011771号