String clazz = this.getClass().getName();
String method = Thread.currentThread() .getStackTrace()[1].getMethodName(); System.out.println(clazz); System.out.println(method);本文共 172 字,大约阅读时间需要 1 分钟。
String clazz = this.getClass().getName();
String method = Thread.currentThread() .getStackTrace()[1].getMethodName(); System.out.println(clazz); System.out.println(method);转载地址:http://zrtlx.baihongyu.com/