AssertionError: Negative indexing is not supported. 它是不支持负索引的意思。 报该错误时,你需要在你的视图或其他地方,或查看报错日志,检查索引是否为负。 如下图,若改成[3:] 就可运行,即使列表长度不足,也不会报错。 来源:https://blog.csdn.net/s_kangkang_A/article/details/102723287 标签 negative