🌈 搜索
📅  最后修改于: 2022-03-11 14:46:45.439000             🧑  作者: Mango
list = ['1','2','3'] for i in range(len(list)): list[i] = list[i].upper()