Kotlin. 🏝️ class User { val id: Int val name: String constructor(id: Int, name: String) { // 没有public this.id = id this.name = name } ...
確定! 回上一頁