🌈 搜索
📅  最后修改于: 2022-03-11 14:52:23.693000             🧑  作者: Mango
stream().of(1,2,3,4,5).forEach(System.out::print); // Output : 12345