object HelloWorld { def main(args: Array[String]): Unit = { println("Hello, world!") } } Java 程式員應該對這個程式結構感到熟悉:有著一個 main 函式,該函式 ...
確定! 回上一頁