3자리마다

- DecimalFormat class 를 사용 String value = "5000000"; int int_value = Integer.parseInt(value); DecimalFormat decimalFormat = new DecimalFormat("###,###"); String DecValue = decimalFormat.format(int_value); log.info("DecValue >> " + DecValue);
- 광속거북이 -
'3자리마다' 태그의 글 목록