Here is how you would create lists in idiomatic Kotlin: val intList: List<Int> ... List<String> = emptyList<String>() println("Empty list[${emptyList.
確定! 回上一頁