随笔分类 -  JAVA 反射

摘要:通过一个对象获得完整的包名和类名 1 package net.xsoftlab.baike; 2 public class TestReflect { 3 public static void main(String[] args) throws Exception { 4 TestReflect 阅读全文
posted @ 2017-05-16 11:13 沦为风 阅读(453) 评论(0) 推荐(0)