获取系统的文件分隔符:
1 private static final String FILESEPARATOR = SystemUtils.FILE_SEPARATOR;
将数组中的数据复制到集合中(可add操作):
Collections.addAll(list, array);
未完待续...