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

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

作业批改反馈

成绩:不及格

问题:

  1. 没有提取电影名称:代码只获取了页面title和链接

改进建议:

使用 soup.find_all(a, href=lambda x: x and /subject/ in x) 提取电影名称

## 作业批改反馈 ### 成绩:不及格 ### 问题: 1. 没有提取电影名称:代码只获取了页面title和链接 ### 改进建议: 使用 soup.find_all(a, href=lambda x: x and /subject/ in x) 提取电影名称
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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