直接上代码,记录知识点: List<Long> catelogPath = categoryService.findCatelogPath(entity.getCatelogId()); Long[] paths = catelogPath.toArray(new Long[catelogPath.size()]);
List<Long> 转化为 Long[] 方法
最新推荐文章于 2023-11-16 10:27:03 发布
直接上代码,记录知识点: List<Long> catelogPath = categoryService.findCatelogPath(entity.getCatelogId()); Long[] paths = catelogPath.toArray(new Long[catelogPath.size()]);