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

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

作业批改反馈

成绩:不及格

问题:

  1. 存在语法错误:BeautiflSoup 拼写错误,应为 BeautifulSoup
    这会导致 ModuleNotFoundError

改进建议:

将 from bs4 import BeautiflSoup 改为 from bs4 import BeautifulSoup

## 作业批改反馈 ### 成绩:不及格 ### 问题: 1. **存在语法错误**:BeautiflSoup 拼写错误,应为 BeautifulSoup 这会导致 ModuleNotFoundError ### 改进建议: 将 from bs4 import BeautiflSoup 改为 from bs4 import BeautifulSoup
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

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