println ("test")相當於print("test/n")就是一般的輸出字串。println將它的引數顯示在命令視窗,並在結尾加上換行符,將輸出游標定位在下一行的開始。 System ...
確定! 回上一頁