wangzhengquan
2020-06-16 27a32410481fc10e789315b3a1dab88a33020270
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;
}