How to use Java property files? ... Properties properties = new Properties(); try { properties.load(new FileInputStream("path/filename")); } catch (IOException e) ...
確定! 回上一頁