转换方向方法说明数组→ListArrays.asList(array)最常用,返回一个由数组支持的固定大小的List,不能修改其大小(如add,remove会抛出UnsupportedOperationException),但...