【作业批改】task-2-1 数据采集 - 需修改 #1

Closed
opened 2026-03-23 23:28:46 +08:00 by gitea_eternal · 0 comments

作业批改结果:需修改 ⚠️

提交文件

  • mz.py

问题

  • 代码结构混乱:requests爬取和BeautifulSoup解析代码混在一个文件中,逻辑不够清晰

建议

建议将代码分成两个部分或两个文件:

  1. 爬取部分(requests)
  2. 解析部分(BeautifulSoup)

得分

75/100


学期间多次未完成作业将影响期末成绩。

## 作业批改结果:需修改 ⚠️ ### 提交文件 - mz.py ### 问题 - **代码结构混乱**:requests爬取和BeautifulSoup解析代码混在一个文件中,逻辑不够清晰 ### 建议 建议将代码分成两个部分或两个文件: 1. 爬取部分(requests) 2. 解析部分(BeautifulSoup) ### 得分 75/100 --- 学期间多次未完成作业将影响期末成绩。
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#1
No description provided.