作业批改反馈 - task-2-1 豆瓣Top250电影爬取 #2

Open
opened 2026-03-26 13:53:22 +08:00 by gitea_eternal · 0 comments

作业批改反馈

成绩:不及格

问题:

  1. 存在严重语法错误:使用了 response.get(url) 而不是 requests.get(url)
    这会导致代码运行时报错:AttributeError

改进建议:

将 response = response.get(url) 改为 response = requests.get(url)

## 作业批改反馈 ### 成绩:不及格 ### 问题: 1. **存在严重语法错误**:使用了 response.get(url) 而不是 requests.get(url) 这会导致代码运行时报错:AttributeError ### 改进建议: 将 response = response.get(url) 改为 response = requests.get(url)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: 2509165021/task-2-1-data-collection#2
No description provided.