摘要: List<Integer> list = categoryIdList.stream().filter(item -> itemCategoryIdList.contains(item)).collect(Collectors.toList()); 阅读全文
posted @ 2021-02-25 11:08 哎丫丫呀喂 阅读(369) 评论(0) 推荐(0) 编辑
摘要: List<CategoriesVO> categoriesVOList = JSON.parseArray(responseData.getData().toString(), CategoriesVO.class); CategoriesVO categoriesVO=((JSONObject)J 阅读全文
posted @ 2021-02-25 10:35 哎丫丫呀喂 阅读(475) 评论(0) 推荐(0) 编辑