YAML ::Node::const_iterator n_it = node.begin(); for (; n_it != config.end(); n_it++) { if (n_it->Type() == YAML::NodeType::Scalar) {
確定! 回上一頁