摘要:
package cn.chunzhi.Framework; import java.io.BufferedWriter; import java.io.FileWriter; import java.io.IOException; import java.lang.reflect.Method; / 阅读全文
摘要:
获取成员变量们代码演示: package cn.chunzhi.reflect; import cn.chunzhi.domain.Person; import java.lang.reflect.Field; public class Test02ReflectField { public sta 阅读全文