String format = "Your name is %s"; // 格式化字串String arg = "Bill"; // 格式化 ... %s 僅表示字串格式化符,其餘的格式化符號請參考 java.util.
確定! 回上一頁