标签: java
a.properties文件中有一个值,我想在b.properties中使用它,例如a.properties我设置变量path = "some path",如何在b.properties中使用它1}},目的地在b.properties中有一个变量another_path = path/....我该怎么做呢?
b.properties
a.properties
path = "some path"
another_path = path/....