I tried doing it this way - java.lang.reflect.Method methods; try { methods = obj.getClass().getMethod(methodName, parameter1.class, ...
確定! 回上一頁