Java 反射调用静态方法

2020-12-02  

Method method = Class对象.getMethod(methodName, ...);
method.invoke(null, params...);

 

ConstXiong 备案号:苏ICP备16009629号-3