通过java反射机制获取该类的所有属性类型、值。
摘要:
转自:http://blog.sina.com.cn/s/blog_3c62c21f01011xci.html 方法使用了这俩个包下的 field 和method import java.lang.reflect.Field; import java.lang.reflect.Method; pub 阅读全文
posted @ 2016-05-24 15:48 __阿怪 阅读(17448) 评论(0) 推荐(2)