wangzhengquan
2020-09-10 591aacee97f4a6486631c38a6b418e20b2c4109c
1
2
3
4
5
6
7
8
#include "usg_common.h"
#include "properties_config.h"
 
int main() {
    PropertiesConfig config("../data/config.txt");
 
    std::cout << config.get("local_url") << std::endl;
}