java經過反射得到當前運行的類名和方法名

java經過反射得到當前運行的類名和方法名:java public class MethodName {  public static void getMethod(){   Throwable t=new Throwable();   StackTraceElement[] st=t.getStackTrace();   System.out.println("共有:"+st.length);
相關文章
相關標籤/搜索