spring中如何读取properties文件的属性?

properties文件中有个属性name=name1;name2;name3我要在spring配置文件中把3个name属性拆开,应该怎么读?... properties文件中有个属性name=name1;name2;name3
我要在spring配置文件中把3个name属性拆开,应该怎么读?
展开
 我来答
bd9006
2012-05-16 · TA获得超过2.5万个赞
知道大有可为答主
回答量:4.8万
采纳率:63%
帮助的人:1.6亿
展开全部
java.util.Properties

有方法:
void load(InputStream inStream)
Reads a property list (key and element pairs) from the input byte stream.
void load(Reader reader)
Reads a property list (key and element pairs) from the input character stream in a simple line-oriented format.

读属性的方法:
String getProperty(String key)
Searches for the property with the specified key in this property list.
String getProperty(String key, String defaultValue)
Searches for the property with the specified key in this property list.

分拆,就看java.lang.String类
现在进行时_fly
2012-05-16
知道答主
回答量:13
采纳率:0%
帮助的人:8.3万
展开全部
为什么要写在一起,分开写不是很好嘛 分成3个键值对
name1=value1
name2=value2
name3=value3
追问
三个只是举个例子,其实是不确定有几个
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式