标签:循环 python 常见 span pytho 空值 index 两种 脚本
用python写脚本查询字典时,在遍历字典时循环到某一项时老是报错
出现这种错误有两种情况:
第1种可能情况
list[index]index超出范围
第2种可能情况
list是空值就会出现
IndexError: list index out of range
第二种情况尤为难以排除错误
Python常见错误:IndexError: list index out of range
标签:循环 python 常见 span pytho 空值 index 两种 脚本
原文地址:https://www.cnblogs.com/lieweidu/p/9859381.html