Alternatives to array in Kotlin

后端 未结 0 569
广开言路
广开言路 2021-02-02 06:46

at the moment I have a very simple array:

val name = arrayListOf(
"Steve", 
"David",
"Chris,
"Bev")



MyResult.text = name[2]
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题