fun main(args : Array<String>) {. 2. println("Hello world!") 3. } Copied! 上述程式碼的第1 到3 行是一個特別的方法(method),稱為「main 方法」,在程式存檔名稱 ...
確定! 回上一頁