org.apache.commons.beanutils.MethodUtils 种反射

org.apache.commons.beanutils.MethodUtils 类反射Object object MethodUtils.invokeMethod(Class.forNa

org.apache.commons.beanutils.MethodUtils 类反射

  Object object = MethodUtils.invokeMethod(Class.forName("类名").newInstance(), "方法名", new Object[] {参数});