0

我想获取配置对象的名称。例子

Config conf = ConfigFactory.load("file").getConfig("myexample");

以及如何

String name = conf.getCurrentName(); // there is no like getCurrentName method

所以name应该是平等myexample的。

4

0 回答 0