我想在文本中输入一个类型为a,b,c,d的序列,并在listview中传递重复序列,重复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
答案 0 :(得分:1)
位置%4 == 1 - >一个 位置%4 == 2 - > b 位置%4 == 3 - > C 位置%4 == 0 - > d
其中position是适配器中getView()函数的位置