join (items); //Java 8 的String 可以直接join 字串的collection String.join(":", items); //如果是其他物件的話,可以用Collectors.joining Stream.of( ...
確定! 回上一頁