In Java 8, you can split the String by the comma “,” delimiter and then use Arrays.stream() and collect() methods to generate a List. public ...
確定! 回上一頁