Can we use index like array index to access List?

后端 未结 7 779
失恋的感觉
失恋的感觉 2020-12-03 06:45

I am wondering if we can use index to access List

For example:

List list; 

list[5]     //blah....
7条回答
提交回复
热议问题