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 9a98042 commit b0339b9Copy full SHA for b0339b9
爬虫预备知识.md
@@ -31,6 +31,8 @@
31
#### 爬虫定义
32
> 网络爬虫(又被称为网页蜘蛛,网络机器人)就是模拟浏览器发送网络请求,接收请求响应,一种按照一定的规则,自动地抓取互联网信息的程序。
33
34
+> 爬虫就是模拟浏览器的行为,越像越好,越像就越不容易被发现。
35
+
36
> 原则上,只要是浏览器(客户端)能做的事情,爬虫都能够做。
37
38
#### 爬虫的分类
0 commit comments