霸王龙vv 发表于 2023-1-24 00:26:00

如何利用反射来拿到一个对象的方法我为什么一值保持

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);
    }
}

她与晚风 发表于 2023-1-24 00:27:27

pro.properties去掉properties,资源管理器不用加后缀名
页: [1]
查看完整版本: 如何利用反射来拿到一个对象的方法我为什么一值保持