Update Task05 爬虫入门与综合应用.md

This commit is contained in:
Muxiaoxiong
2021-11-02 10:34:43 +08:00
committed by GitHub
parent aac458a0f5
commit 5ef1d137e6

View File

@@ -190,7 +190,7 @@ BeautifulSoup 为我们提供了一些方法
**find()方法**和**find_all()方法**
- **find()** 返回符合条件的**首个**数据
- **find_all()** 返回符合条件的所有**数据
- **find_all()** 返回符合条件的**所有**数据
```python
import io