参考
https://java-code.jp/173
https://magazine.techacademy.jp/magazine/36135
String.format
System.out.println(String.format("%sと%sと%s", "あ", "い", "う"));
使い勝手がよく、桁数指定や数値、文字など色々できる。
MessageFormat
String result = MessageFormat.format("{0}は{1}から{2}の間の値を指定してください", "金額", "0", "100000");
エラーメッセージ等で使うことが多い
[通知用URL]
Tweet
最終更新時間:2024年05月01日 20時39分55秒