示例#1
0
 /** load bot properties */
 void addProperties() {
   try {
     properties.getProperties(config_path + "/properties.txt");
   } catch (Exception ex) {
     ex.printStackTrace();
   }
 }