`

java MAP 遍历

    博客分类:
  • JAVA
 
阅读更多

Iterator it = pDto.keySet().iterator();
  while(it.hasNext()){
   System.out.println(it.next().toString() + "==================" + pDto.get(it.next()));
  }

分享到:
评论

相关推荐

Global site tag (gtag.js) - Google Analytics