List转数组时间:2022-11-26 14:28:01eg: List<Product> products = new ArrayList<Product>(); Product[] array = products.toArray(new Product[products.size()]);