例:获取disposeList集合中CorpusMarkPage对象中的responseId属性,生成新的List集合
List responseIdList = ().map(CorpusMarkPage::getResponseId).collect(());
例:获取disposeList集合中CorpusMarkPage对象中的responseId属性,生成新的List集合
List responseIdList = ().map(CorpusMarkPage::getResponseId).collect(());