String hello = "Hello";
String.format("%s %s %s %s %s %s", hello, hello, hello, hello, hello, hello);
hello hello hello hello hello hello
ตัวแปร hello จำเป็นต้องทำซ้ำหลายครั้งในการเรียกใช้วิธีการจัดรูปแบบหรือมีเวอร์ชันชวเลขที่ให้คุณระบุอาร์กิวเมนต์หนึ่งครั้งเพื่อใช้กับ%s
โทเค็นทั้งหมดหรือไม่