【发布时间】:2014-03-26 14:23:18
【问题描述】:
我想在文本编辑中输入a、b、c、d类型的序列并在列表视图中传递重复序列,重复100次可以获得这个东西
a = iter 1
b = iter 2
c = iter 3
d = iter 4
a = iter 5
b = iter 6
c = iter 7
d = iter 8
a = iter 9
b = iter 10
c = iter 11
d = iter 12
【问题讨论】:
标签: android listview arraylist