摘要: import java.util.List; public class Demo06Tips { public static void main(String[] args) { try { List<Integer> list = List.of(1, 2, 3); System. out. pr 阅读全文