改善Java SE、JDK性能,提高稳定性和安全性 5个JEP 支持Unicode 12.1 switch返回值(preview) String s = switch(a) { case 1 -> "a"; } 文本块(preview) String s = """ abc """;