方法代码示例优点缺点适用场景使用Arrays.asList()List<String>list=Arrays.asList(arr);最简单、最直接,性能高返回的是固定长度的ArrayList,不能增删当你只需要一个...