示例#1
0
 public static Object setProperty(String key, String value) {
   return properties.setProperty(key, value);
 }