简单循环取出hashmap后直接get就行了。Map map = null;String netMode=null;for(int i=0;i map=(HashMap)list.get(i); netMode=(String)map.get("netMode"); System.out.println(netMode);}不明白为什么不用bean呢?hashmap内存消耗比一个bean大啊。如果单纯的存放固定的数据还是bean比较合适吧。