作业批改反馈 - task-2-1 豆瓣Top250电影爬取 #2
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
作业批改反馈
成绩:不及格
问题:
这会导致代码运行时报错:AttributeError
改进建议:
将 response = response.get(url) 改为 response = requests.get(url)