Class c = classloader.loadClass("Test");. Object o = c.newInstance();. Method m = c.getDeclaredMethod("getString");.
確定! 回上一頁