System.out.print和System.out.println是一樣的,差別只在有ln那個多產生一個換行。 printf是jdk1.5以後才有的,用法直接參考c的printf。
確定! 回上一頁