如何利用反射来拿到一个对象的方法我为什么一值保持
public class Demo5 {public static void main(String[] args) {
ResourceBundle bundle = ResourceBundle.getBundle("Reflect/ReflectTest2/pro.properties");
String value = bundle.getString("className");
System.out.println(value);
}
} pro.properties去掉properties,资源管理器不用加后缀名
页:
[1]