public static void main(String[] args) { String str=null; // 格式化字符串str=String.format("Hi,%s", "飛龍"); // 輸出字符串變量str的 ...
確定! 回上一頁