js foreach遍历map的时候也是反过来的

//第一个参数是value 第二个参数才是key

map.foreach(function(value,key){

});

原文地址:https://www.cnblogs.com/stan-an/p/13045423.html