StringBuilder String 문자열은 참조 타입으로써 만약 문자열 뒤에 문자열을 추가 ... String 타입 str.append('Q') // Char 타입 str.append(true) ...
確定! 回上一頁