如果我想根据位置切换图像,我应该怎么做。
我有一个 for 循环,从 0 到任何数字,其想法是图像将根据值切换,
例如。
on position 0, it should display image 'A'
on position 1, it should display image 'B'
on position 2, it should display image 'C'
on position 3, it should display image 'A' again
on position 4, it should display image 'B' again
依此类推,总是在这 3 个图像之间按顺序切换
提前致谢