数组转换为数组列表

  1. ArrayList<String> arrayList = new ArrayList<String>(Arrays.asList(arr));  
原文地址:https://www.cnblogs.com/run-the-ent/p/4290529.html