Java字符串转List

List<String> result = Arrays.asList(str.split(","));

  

猜你喜欢

转载自www.cnblogs.com/binaryStar/p/12507995.html