/*** 使用Map和List的特性进行匹配:* Map为key-value结构,不能放重复数据* List可以放重复数据* 使用String型id做key,List做value* 遍历List, map.get(String)则取出id == str 的list*/