val numbers1 : ArrayList<Int> = arrayListOf(1, 2, 3, 4, 5). numbers1.add(4). numbers1.clear(). val numbers2: MutableList<Int> ...
確定! 回上一頁