List<String> result = Arrays.asList(str.split(","));
Java字符串转List
原文:https://www.cnblogs.com/binaryStar/p/12507995.html