map容器 嵌套问题,怎么输出外层 KEY 对应的内层 容器 的数据?
map<int, map<string,string>> m;
如何输出指定key值的 内层数据呢?
如:外层 key=1时,输出内层 string,string