wangzhengquan
2020-06-11 981244e52c0d474df04d8b2ee6a2d57561c1a2f0
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;
}