问题:没有找到该方法
在Java中调用私有方法时除了在调用之前需要设置setAccessible(true)之前,还需要注意getMethod和getDeclaredMethod
getMethod只能找到public方法
getDeclaredMethod能够找到所有方法