Java中,怎么在一个方法里面获得调用此方法的对象?

2024-11-27 15:56:19
推荐回答(1个)
回答(1):

Reflection.getCallerClass()

上面这个可以哦。