注意:在kotlin 使用==表示相等性类似于Java的equls,使用===比较引用是否相等 data class Client(val name: String,val postCode: Int) //这里会自动会生成 //equls() ...
確定! 回上一頁