Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
4行目に「重複フォーマットフラグ例外」が表示されます。フォーマットに何か不足していますか?
String fmt = "%1$00.3f"; Object[] obj = new Object[1]; obj[0] = new Double((double) 2); String.format(fmt,obj)