收起
List.of要java9以后的版本才行,之前的版本用这种吧
ArrayList<String> friends = new ArrayList<>(Arrays.asList("a", "b"));
报告相同问题?