获取当前正在执行的类名 跟方法
获取当前正在执行的类名 和方法
Thread.currentThread().getStackTrace()[1].getClassName();
Thread.currentThread().getStackTrace()[1].getMethodName();