摘要: std::string parseBond(std::string& fileName) { boost::property_tree::ptree ptree_root; try { boost::property_tree::read_xml(fileName, ptree_root); } c 阅读全文