java 通过thread 获取 当前方法名字

来源:互联网 发布:服务器调度算法 编辑:程序博客网 时间:2024/06/06 04:12
Thread.currentThread().getStackTrace()[1].getMethodName();
0 0
原创粉丝点击