goods.get(item)是什么意思啊?有得到它的数量吗?
得到goods(Map类型的引用)里 Key是item的Value值。
像是这样:这是goods
Key | Value
a | 1
b | 2
item | 3
goods.get(item)=3
应该是获得item对应的值