list indices must be integers or slices, not str
列表索引必须是整数或片,而不是字符串
不能使用键值对取值
改为
user=authenticate(username=cd[0],
password=cd[0])
list indices must be integers or slices, not str
列表索引必须是整数或片,而不是字符串
不能使用键值对取值
改为
user=authenticate(username=cd[0],
password=cd[0])
下一篇:编程学习新姿势
举报文章
请选择举报类型
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M