如代码:
a = 'abcdefghj'for i in range(len(a)): temp = a[i] if i ==2: a = 'ccccc'会报错,我不不知道为什么,感觉像是range()里面的数 一直是 len('abcdefghj')才会这样