You can create a MutableList in the same way as a List: var a:MutableList<String> = mutableListOf("x","y","z") var b ...
確定! 回上一頁