String 객체의 join 메서드를 사용하면 됩니다. String.join("이어줄문자열', list); 이런식으로 사용하시면 됩니다. java 1.8 부터 생겨난 기능 ...
確定! 回上一頁