wangzhengquan
2020-06-12 114c53f58d535d9fab158ed669646a0aae5f078a
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;
}