We create a new empty List, MutableList using mutableListOf() method. We can specify the type of items in the List ( Int , String …). For ...
確定! 回上一頁