We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0730ed9 commit 8af2deeCopy full SHA for 8af2dee
ReadMe.md
@@ -21,7 +21,7 @@ Python学习网络爬虫主要分3个大的版块:**抓取**,**分析**,**
21
网络爬虫要做的,简单来说,就是实现浏览器的功能。通过指定url,直接返回给用户所需要的数据,而不需要一步步人工去操纵浏览器获取。
22
23
## 抓取
24
-这一步,你要明确要得到的内容是是什么?是HTML源码,还是Json格式的字符串等。
+这一步,你要明确要得到的内容是什么?是HTML源码,还是Json格式的字符串等。
25
26
#### 1. 最基本的抓取
27
0 commit comments