Test; public class StringFormatTest { @Test public void stringFormat() { String name = "小明"; int age = 20; String str = String.format("他 ...
確定! 回上一頁