java 反射 01

1.獲取類: Class.forName(),getClass() 2.獲取類名: class.getName(),獲取的類名帶路徑 class.getSimpleName()獲取的類名不帶路徑  3.獲取類的構造方法 class.getDeclaredConstructors(); getConstructor; 通過modeifier獲取構造方法的參數  
相關文章
相關標籤/搜索