Kotlin 中使用关键字class 声明类,后面紧跟类名: class Runoob { // 类名 ... setInterFace(object : TestInterFace { override fun test() { println("对象表达式 ...
確定! 回上一頁