1 for(var key in map){
2     if(data.hasOwnProperty(key)){
3        var value = map[key];
4     }
5 }​

 

相关文章: