Java SE/String.format example 썸네일형 리스트형 Java String format examples 원문참조http://docs.oracle.com/javase/tutorial/java/data/numberformat.htmlhttp://www.xinotes.org/notes/note/1195/https://gist.github.com/huljas/1122618 API 설명문서참조http://docs.oracle.com/javase/1.5.0/docs/api/java/util/Formatter.html#syntax import java.util.Date; public class Main { public static void main(String args[]){ //simple example of formatted string in Java //%d is used to format decimals lik.. 더보기 이전 1 다음