wangzhengquan
2020-06-12 9f2f9eed5ca905c4641b296773ac21aaa735624d
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;
}