Kotlin Android. when operator is a replacement of switch operator in other languages. var intNumber = 10 when (intNumber) { 1 -> print(“value is 1”)
確定! 回上一頁