给定
class Foo {
public static void aa() {}
public static void bb(String x) {}
}
呼叫:
Foo.class.getMethod("aa")
将返回对CCD_ 1的引用。
引用bb
需要什么咒语?
Foo.class.getMethod("bb", String.class);