Class<?> clazz = Class.forName("cn.walle.sysGrid.MyMethod");
         Object show = (Object) clazz.newInstance();
         getMethod("show",show,null);

 

相关文章:

  • 2021-08-11
  • 2021-11-09
  • 2022-02-18
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-05-28
  • 2021-07-23
猜你喜欢
  • 2022-12-23
  • 2021-08-06
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-07-21
  • 2021-04-18
相关资源
相似解决方案