最佳答案
我想将String
数组转换为ArrayList
。例如String数组是这样的:
String[] words = new String[]{"ace","boom","crew","dog","eon"};
如何将此字符串数组转换为数组列表?