在我的常规文件中,有几个以“ begins”开头的标记。我需要一一读取它们并解密。
Properties props = new Properties()
File propsFile = newFile("/Users/332075795/Desktop/application.properties")
props.load(propsFile.newDataInputStream())
println props.getProperty('begins')
我尝试使用startsWith但是不起作用。有没有一种方法可以读取所有以一个开头的属性。非常感谢您的时间和精力。谢谢