空语句
Kotlin 语言中的空语句有
- {}
- Unit
when (x) {
1 -> ...
2 -> ...
else -> {}
// else -> Unit
}
原文地址:https://www.cnblogs.com/zwvista/p/8452388.html
时间: 2024-10-26 06:36:54
Kotlin 语言中的空语句有
when (x) {
1 -> ...
2 -> ...
else -> {}
// else -> Unit
}
原文地址:https://www.cnblogs.com/zwvista/p/8452388.html