wangzhengquan
2020-06-15 73866a4c527cbdf726c5fd824526d5657d0e15ee
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;
}