多項選擇題Kotlin中,集合主要有?()
A.Iterable
B.Set
C.MutableSet
D.Map:key
您可能感興趣的試卷
你可能感興趣的試題
1.多項選擇題Kotlin創(chuàng)建集合的方式有哪幾種?()
A.Listlist=newArrayList();
B.valset=hashSetOf(1,7,53)
C.vallist=arrayListOf(1,7,53)
D.valmap=hashMapOf(1,7,53)
2.單項選擇題valstr="kotlin"with(str){println("last=${last()}")
A.n
B.t
C.l
D.i