js如何遍历map类型 1、forEach遍历: map.forEach(function(value,key){ console.log(value,key); … Continue reading js如何遍历map类型