多項選擇題Kotlin創(chuàng)建數(shù)組()

A.arrayOf()
B.stringOf()
C.arrayOfNulls()
D.emptyArray()


您可能感興趣的試卷

你可能感興趣的試題

1.多項選擇題Kotlin中,集合主要有?()

A.Iterable
B.Set
C.MutableSet
D.Map:key

2.多項選擇題Kotlin創(chuàng)建集合的方式有哪幾種?()

A.Listlist=newArrayList();
B.valset=hashSetOf(1,7,53)
C.vallist=arrayListOf(1,7,53)
D.valmap=hashMapOf(1,7,53)