Press "Enter" to skip to content

Java 反射

万物皆对象,关于反射的一些整理。 类与对象 // Foo类 class Foo { public void sum(int a, int b) { …