From 5ef1d137e62ba50f005b68904ddca6be87b23df9 Mon Sep 17 00:00:00 2001 From: Muxiaoxiong <46742031+muxiaoxiong@users.noreply.github.com> Date: Tue, 2 Nov 2021 10:34:43 +0800 Subject: [PATCH] =?UTF-8?q?Update=20Task05=20=E7=88=AC=E8=99=AB=E5=85=A5?= =?UTF-8?q?=E9=97=A8=E4=B8=8E=E7=BB=BC=E5=90=88=E5=BA=94=E7=94=A8.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OfficeAutomation/Task05 爬虫入门与综合应用.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OfficeAutomation/Task05 爬虫入门与综合应用.md b/OfficeAutomation/Task05 爬虫入门与综合应用.md index a1493e7..2a07cac 100644 --- a/OfficeAutomation/Task05 爬虫入门与综合应用.md +++ b/OfficeAutomation/Task05 爬虫入门与综合应用.md @@ -190,7 +190,7 @@ BeautifulSoup 为我们提供了一些方法 **find()方法**和**find_all()方法**: - **find()** 返回符合条件的**首个**数据 -- **find_all()** 返回符合条件的所有**数据 +- **find_all()** 返回符合条件的**所有**数据 ```python import io