摘要: STL的map表里有一个erase方法用来从一个map中删除掉指令的节点eg1: #include <map> using namespace std; map<string,string> mapTest; typedef map<string,string>::iterator ITER; IT 阅读全文
posted @ 2017-11-25 16:15 拂石 阅读(1308) 评论(0) 推荐(0) 编辑