Gson gson = new Gson(); Map<String, Collection<String>> map = new HashMap<>(); map.put("vendor", vendor); map.put("product", product); //etc ...
確定! 回上一頁