collection.addAll() 优点:执行快 缺点:只能接收另一个Collection对象作为参数 Collections.addAll()和ArrayList .asList() 优点,这两种方法都是可变参数 缺点:执行较慢