Arrays.asList()不能改变长度,add和remove方法,可以用set方法改变位置上元素; List.of()不能add,remove还不能用set方法; set.of()方法add,remove也不能用