向文件中写入和读取属性(Property)信息
主要是Properties类和文件流之间的操作,在文件中写入属性信息后,其中包含修改时间信息和 键值对数据,代码:1.从指定文件读取属性信息: public Properties get() { FileInputStream fis = null; Properties props = new Properties(); try{ //读取app_config目录下