数组转List

一般情况直接用

Arrays.asList(数组)

如果是int类型的

Ints.asList(数组)
原文地址:https://www.cnblogs.com/IceBlueBrother/p/8795252.html