Kotlin基礎語法疑問

fun testSame(){ val a:Int?=23 Log.v("tag","test a === a is "+(a===a)) val boxA:Int?=a val annotherBoxA:Int?=a Log.v("tag","boxA===annotherBoxA is "+(boxA===a
相關文章
相關標籤/搜索