[Python]循环体中变量赋值被“覆盖”的“BUG” 2021-1-18 21:45 | 53 | 0 | Python,计算机科学与技术 634 字 | 3 分钟 0.背景 信息化老师给我布置任务来充实我颓废的寒假,遇到了这么个问题,废话也不说了,直接正题 1.问题 for program in programSpiderList programInfoList["start"] = program.css('td::text')[0].extract() programInfoList … appendPython