标签:
1、使用 entrySet()
entrySet() --> 官方推荐
2、使用 keySet()
keySet() 先获得Map中所有的key的 set 集合
遍历Map的方法
原文地址:http://www.cnblogs.com/tyzl/p/5515102.html