Python在for循环中使用索引修改列表元素值 像line9中使用索引即可 例2 for index in range(len(word_dict)): word_dict[index] = word_dict[index].replace("\n","")