Set<Entry<Items, Integer>> items = c.getGoods().entrySet();
获得商品全部信息,entry是map的一个内部类,相当于既获得了key,又获得了value,其实和keyset类似。