문서 (1)
-
- [JAVA] String.Format [1]
- #샘플 코드 String.format("%,d",10000) //값 10,000 으로 출력 String.format("%-3d",50) //값 50 왼쪽으로 정렬하여 출력(100단위 공백) String.format("%3d",50) //값 50 오른쪽으로 정렬하여 출력(100단위 공백) ...
COPYRIGHT 2009 by AGMServer.com