parser.GetNextDocument(doc); try { for(YAML::Iterator it=doc.begin(); it!=doc.end();++it){ std::string key; std::string value; it.first() >> key;
確定! 回上一頁