当前位置: 代码迷 >> Java相关 >> 程序中如何区分properties属性文件的给定键
  详细解决方案

程序中如何区分properties属性文件的给定键

热度:120   发布时间:2008-10-01 20:38:52.0
程序中如何区分properties属性文件的给定键
在程序中如何区分下面properties属性文件的给定键
[MainToolBar]
bk_top_r=25
bk_top_g=25
bk_top_b=25
bk_bottom_r=18
bk_bottom_g=18
bk_bottom_b=18

[MainMenuBar]
bk_top_r=55
bk_top_g=55
bk_top_b=255
bk_bottom_r=84
bk_bottom_g=84
bk_bottom_b=84

[MainStatusBar]
bk_top_r=25
bk_top_g=25
bk_top_b=25
bk_bottom_r=14
bk_bottom_g=14
bk_bottom_b=14
搜索更多相关的解决方案: properties  属性  文件  给定  

----------------解决方案--------------------------------------------------------
get方法
----------------解决方案--------------------------------------------------------
  相关解决方案