c = client.getClass(); java.lang.reflect.Method method = c.getDeclaredMethod(methodName, params); Object ret = method.invoke(client, ...
確定! 回上一頁