val decimalFormat = DecimalFormat("###,###") val number = decimalFormat.format(Int형 숫자)
하면 문제 없이 잘 찍힌다!