例:獲取disposeList集合中CorpusMarkPage物件中的responseId屬性,生成新的List集合
List<String> responseIdList = disposeList.stream().map(CorpusMarkPage::getResponseId).collect(Collectors.toList());
例:獲取disposeList集合中CorpusMarkPage物件中的responseId屬性,生成新的List集合
List<String> responseIdList = disposeList.stream().map(CorpusMarkPage::getResponseId).collect(Collectors.toList());