gpt4 book ai didi

java - 如何获取java中属性文件中定义的属性数量?

转载 作者:行者123 更新时间:2023-12-02 08:03:48 25 4
gpt4 key购买 nike

我想获取Java属性文件中定义的属性数量。例如,我的属性定义如下:

prop.job1=somevalue
prop.job2=somevalue
prop.job3=somevalue

现在我想获取与模式 "prop.job"+ * 匹配的属性数量

最佳答案

你可以编写自己的函数

获取所有属性名称,然后简单地迭代这些名称,获取每个属性名称并使用正则表达式将其与您的字符串进行比较。这也将提供更改正则表达式或匹配字符串的灵 active 。

propertyNames() Returns an enumeration of all the keys in this property list, including distinct keys in the default property list if a key of the same name has not already been found from the main properties list.

http://docs.oracle.com/javase/7/docs/api/java/util/Properties.html

关于java - 如何获取java中属性文件中定义的属性数量?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/8484529/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com