在java.util 包下麵有一個類 Properties,該類主要用於讀取以項目的配置文件(以.properties結尾的文件和xml文件)。 Properties的建構式有兩個,一個不帶參數,一個使用一個Properties對象作為參數。 使用Propertie
www.2cto.com