🌈 搜索
📅  最后修改于: 2022-03-11 14:52:10.605000             🧑  作者: Mango
String.format("%1$s %1$s %2$s %2$s", "hello", "world"); // hello hello world world