map1

map2.insert(make_pair("sale", 1));

map2.count("development");//key为development的数量

原文地址:https://www.cnblogs.com/xpylovely/p/11199271.html