Method method = someVariable.class.getMethod(SomeClass); String status = (String) method.invoke(method);. SomeClass ...
確定! 回上一頁