摘要: std::string parseBond(std::string& fileName) { boost::property_tree::ptree ptree_root; try { boost::property_tree::read_xml(fileName, ptree_root); } c 阅读全文
posted @ 2022-11-28 14:46 Mr42Sir 阅读(177) 评论(0) 推荐(0)