728x90
API 문서를 번역하면
지정된 형식 문자열과 인수를 사용하여 형식이 지정된 문자열을 반환합니다.
반환한 로케일 항상 Locale.getDefault() 입니다.
[실행결과]
[첨부파일]
더 자세한 내용은 아래 링크를 참고하세요.
https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html#syntax
Formatter (Java Platform SE 8 )
'e' '\u0065' Requires the output to be formatted using computerized scientific notation. The localization algorithm is applied. The formatting of the magnitude m depends upon its value. If m is NaN or infinite, the literal strings "NaN" or "Infinity", resp
docs.oracle.com
728x90
반응형
'IT 인터넷 > Java' 카테고리의 다른 글
공통 프로젝트 참조설정 방법 (0) | 2022.10.31 |
---|