🌈 搜索
📅  最后修改于: 2022-03-11 14:52:47.305000             🧑  作者: Mango
hello.chars() .mapToObj(i -> (char)i) .forEach(System.out::println);