Basic Usage of Lists fun main(args: Array<String>) { val fruits = mutableListOf<String>("Apple") ➀ fruits.add(" ...
確定! 回上一頁