🌈 搜索
📅  最后修改于: 2022-03-11 14:52:06.961000             🧑  作者: Mango
List result = strings.stream() .map(String::toLowerCase) .collect(Collectors.toList());