newInstance(); Method method = c.getMethod("add", new Class[]{Integer.class, Integer.class}); Object result = method.invoke(newC, ...
確定! 回上一頁