摘要: 【python拾遗】list对象处理失败 情形:今天在处理文件的时候发现 list_a = [a, b, c, d] for i in range(2): temp = list_a temp[2] = temp[2] + "_i" print(temp[2]) 想象输出是: 想象输出 | 实际输出 阅读全文
posted @ 2020-12-18 17:36 CplandS 阅读(76) 评论(0) 推荐(0)