摘要: http://blog.csdn.net/quqi99/archive/2008/01/10/2033087.aspx 阅读全文
posted @ 2009-10-28 11:46 zyy 阅读(93) 评论(0) 推荐(0)
摘要: 1。使用java.util.Properties类的load()方法 示例: InputStreamin=newBufferedInputStream(newFileInputStream(name)); Propertiesp=newProperties(); p.load(in); 2。使用java.util.ResourceBundle类的getBundle()方法 示例: Re... 阅读全文
posted @ 2009-10-28 11:39 zyy 阅读(159) 评论(0) 推荐(0)