System.out.print(" 這會接在字串後面"); //數字、浮點、長整數、字元、字串都可以輸出System.out.println(546); int a = 456; System.out.print(" ...
確定! 回上一頁