In Kotlin, we can write: fun greet(person: String): Unit { println("Hello, $person") } In Swift, we can write: func greet(person: String) { println("Hello, ...
確定! 回上一頁