java 获取当前方法名时间:2021-05-09 18:52:44String _thisMethodName = new Exception().getStackTrace()[0].getMethodName();// 获得当前的方法名